From 301aad188299b268452af6b67261336c88f44ab1 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 31 Oct 2012 10:35:38 +0000 Subject: * Merge from Ubuntu: - Add support for registering ConsoleKit sessions on login. (This is currently enabled only when building for Ubuntu.) --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') 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 ifeq ($(DEB_HOST_ARCH_OS),linux) confflags += --with-selinux endif +ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) +confflags += --with-consolekit +endif # The deb build wants xauth; the udeb build doesn't. confflags += --with-xauth=/usr/bin/xauth -- cgit v1.2.3