summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-07-14 08:16:06 +0300
committerRichard Hughes <richard@hughsie.com>2014-07-14 19:34:46 +0100
commit9a2b2633095fb901fc1931ab0c600392d68bb3b4 (patch)
treebb4c1ff39c34b1547fe0d000dbb2c27e3bb8af26 /configure.ac
parentd1bb06985fb30a9dfd4c2eb423ac19540445b9e4 (diff)
downloadupower-9a2b2633095fb901fc1931ab0c600392d68bb3b4.tar.gz
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 <richard@hughsie.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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])