mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Update polkit dependency
0.8 is the minimum version required.
This commit is contained in:
committed by
Daniel Drake
parent
46a9783be6
commit
24d7041fe4
@ -25,7 +25,7 @@ PKG_CHECK_MODULES(DBUS_GLIB, "dbus-glib-1")
|
||||
AC_SUBST(DBUS_GLIB_LIBS)
|
||||
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_CFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user