summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index af2172198..3dfbe6a66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,9 @@ confflags += --with-ssl-engine
77ifeq ($(DEB_HOST_ARCH_OS),linux) 77ifeq ($(DEB_HOST_ARCH_OS),linux)
78confflags += --with-selinux 78confflags += --with-selinux
79endif 79endif
80ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
81confflags += --with-consolekit
82endif
80 83
81# The deb build wants xauth; the udeb build doesn't. 84# The deb build wants xauth; the udeb build doesn't.
82confflags += --with-xauth=/usr/bin/xauth 85confflags += --with-xauth=/usr/bin/xauth