From 9a2b2633095fb901fc1931ab0c600392d68bb3b4 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Mon, 14 Jul 2014 08:16:06 +0300 Subject: Remove polkit dependency With the removal of the suspend/hibernate code, there's no longer a need for upower to depend on polkit. This patch removes the old polkit code. Signed-off-by: Richard Hughes --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9ead3d4..61244fa 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,6 @@ AC_SUBST([RELRO_LDFLAGS]) PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.29.19]) PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0]) PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.76]) -PKG_CHECK_MODULES(POLKIT, polkit-gobject-1 >= 0.97) PKG_CHECK_MODULES(GIO, [gio-2.0 >= 2.16.1]) PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0]) -- cgit v1.2.1