summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-04-25 17:02:06 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-04-25 17:02:06 +0300
commit6c22291566f055d7da3f72708a20bb13e49c0028 (patch)
treef46ab9afa0e1f0a7d9480ffa6f986e1a43b1dfd1 /configure.ac.in
parentf610aae1872ae7cb91f65d0151e26b57f61f48b1 (diff)
downloadxfce4-session-6c22291566f055d7da3f72708a20bb13e49c0028.tar.gz
Drop UPower
Starting with UPower 0.99.0 the DBUS APIs to handle suspend and hibernate have been removed. This means we no longer have a use for UPower so drop it as a dependency.
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac.in b/configure.ac.in
index c1dc7632..e1477369 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -114,10 +114,6 @@ dnl Check for Polkit/PolicyKit
XDT_CHECK_OPTIONAL_PACKAGE([POLKIT], [polkit-gobject-1], [0.102],
[polkit], [Polkit support])
-dnl Check for Upower
-XDT_CHECK_OPTIONAL_PACKAGE([UPOWER],[upower-glib], [0.9.7],
- [upower],[Upower support])
-
dnl Check for debugging support
XDT_FEATURE_DEBUG([xfsm_debug_default])