Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seong-Joong Kim
fprintd
Commits
24d7041f
Commit
24d7041f
authored
Oct 29, 2008
by
Bastien Nocera
Committed by
Daniel Drake
Nov 02, 2008
Browse files
Update polkit dependency
0.8 is the minimum version required.
parent
46a9783b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
24d7041f
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment