summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2101c97ee..ba78595af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,7 +97,7 @@ confflags += --with-selinux
97endif 97endif
98 98
99# The deb build wants xauth; the udeb build doesn't. 99# The deb build wants xauth; the udeb build doesn't.
100confflags += --with-xauth=/usr/bin/X11/xauth 100confflags += --with-xauth=/usr/bin/xauth
101confflags_udeb += --without-xauth 101confflags_udeb += --without-xauth
102 102
103# Default paths. The udeb build has /usr/bin/X11 and /usr/games removed. 103# Default paths. The udeb build has /usr/bin/X11 and /usr/games removed.