summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-11-24 20:45:21 +0000
committerColin Watson <cjwatson@debian.org>2015-11-24 20:49:53 +0000
commit1d6c1c2b9f5e85070c9c12442a140f592ebc0064 (patch)
tree298b8a4b9b7bd25c92dd9dcd9c6df65791a6a3da /debian/rules
parentc1f965684b54bed51e8cb1e7a2f3d2003d64d341 (diff)
parent11ff24a98751edfc86ef0eed102f840eaa50d4e1 (diff)
Drop ConsoleKit session registration patch; it was only ever enabled for Ubuntu, which no longer needs it (LP: #1334916, #1502045).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 148eed209..993a70539 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,9 +93,6 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
93confflags += --with-selinux 93confflags += --with-selinux
94confflags += --with-audit=linux 94confflags += --with-audit=linux
95endif 95endif
96ifeq ($(DISTRIBUTOR),Ubuntu)
97confflags += --with-consolekit
98endif
99 96
100# The deb build wants xauth; the udeb build doesn't. 97# The deb build wants xauth; the udeb build doesn't.
101confflags += --with-xauth=/usr/bin/xauth 98confflags += --with-xauth=/usr/bin/xauth