user-accounts: Require newer polkit for GPermission support

This commit is contained in:
Bastien Nocera 2010-11-09 17:12:23 +00:00
parent 2a55c61ce1
commit 2f9a05a210

View file

@ -112,7 +112,7 @@ AC_SUBST(GTK_ENGINE_DIR)
PKG_CHECK_MODULES(GLIB, glib-2.0)
PKG_CHECK_MODULES(POLKIT, polkit-gobject-1)
PKG_CHECK_MODULES(POLKIT, polkit-gobject-1 >= 0.97)
PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= 2.29.90, have_cheese=yes, have_cheese=no)
if test x$have_cheese = xyes ; then