[Lunar-commits] <moonbase> xorg-server: optionally disable IPv6
Paul Bredbury
brebs at lunar-linux.org
Fri Aug 28 12:49:18 CEST 2009
commit f75cc85c119d14626c92efd5be98e42153df4e6c
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Aug 28 17:49:18 2009 +0700
xorg-server: optionally disable IPv6
And use better mquery statement.
---
xorg7/xorg-server/BUILD | 5 -----
xorg7/xorg-server/CONFIGURE | 3 ++-
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index def79ed..177172a 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -12,11 +12,6 @@
# OPTS="$OPTS --disable-glx --disable-glx-tlx"
# fi &&
- if [[ "$USE_DBUS" = "y" ]]; then
- # Creates /etc/dbus-1/system.d/xorg-server.conf
- OPTS+=" --enable-config-dbus"
- fi &&
-
OPTS+=" --enable-composite --enable-aiglx \
--enable-install-libxf86config \
--with-dri-driver-path=${MODULE_PREFIX}/lib/dri " &&
diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE
index fadf0fb..c51994e 100644
--- a/xorg7/xorg-server/CONFIGURE
+++ b/xorg7/xorg-server/CONFIGURE
@@ -1,3 +1,4 @@
#mquery USE_NVIDIA "Do you intend to use the NVIDIA binary driver?" n
-mquery USE_DBUS "Enable use of D-Bus?" n
+mquery USE_DBUS "Enable use of D-Bus?" n "--enable-config-dbus" ""
+mquery ENABLE_IPV6 "Enable IPv6?" y "" "--disable-ipv6"
More information about the Lunar-commits
mailing list