mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-31 16:00:13 +01:00
Update polkit dependency
0.8 is the minimum version required.
This commit is contained in:
parent
46a9783be6
commit
24d7041fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ PKG_CHECK_MODULES(DBUS_GLIB, "dbus-glib-1")
|
||||||
AC_SUBST(DBUS_GLIB_LIBS)
|
AC_SUBST(DBUS_GLIB_LIBS)
|
||||||
AC_SUBST(DBUS_GLIB_CFLAGS)
|
AC_SUBST(DBUS_GLIB_CFLAGS)
|
||||||
|
|
||||||
PKG_CHECK_MODULES(POLKIT, "polkit polkit-dbus")
|
PKG_CHECK_MODULES(POLKIT, polkit >= 0.8 polkit-dbus)
|
||||||
AC_SUBST(POLKIT_LIBS)
|
AC_SUBST(POLKIT_LIBS)
|
||||||
AC_SUBST(POLKIT_CFLAGS)
|
AC_SUBST(POLKIT_CFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue