mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-20 04:40:05 +01:00
In case we're using an old polkit version that does not support auto-pointers, we need to re-define such functions manually or fprintd won't compile. Given that polkit doesn't provide us version informations in headers we need to get that from pkg-config
14 lines
372 B
C
14 lines
372 B
C
/* Define to the Gettext package name */
|
|
#mesondefine GETTEXT_PACKAGE
|
|
|
|
/* Version number of package */
|
|
#mesondefine PACKAGE_VERSION
|
|
|
|
/* Where the configuration file will be located */
|
|
#mesondefine SYSCONFDIR
|
|
|
|
/* Define to the version of this package. */
|
|
#mesondefine VERSION
|
|
|
|
/* Whether current polkit version supports autopointers */
|
|
#mesondefine POLKIT_HAS_AUTOPOINTERS
|