[Lunar-commits] <moonbase> xorg-server fix broken path When there is no xorg.conf X.org uses built in defaults. Before default build claimed the X11 fonts are in crazy path: '${prefix}/share/fonts/X11'. Now this is fixed. I also added unix socket and made ipv4 optional so now X.org do not have to listen on tcp port after start when not needed.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Sep 18 21:56:22 CEST 2010
commit 60ff4df7ed79431ca4e8a1679c9a7f01b7e06b21
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Sep 18 19:56:22 2010 +0000
xorg-server fix broken path
When there is no xorg.conf X.org uses built in defaults.
Before default build claimed the X11 fonts are in crazy path:
'${prefix}/share/fonts/X11'. Now this is fixed.
I also added unix socket and made ipv4 optional so now X.org
do not have to listen on tcp port after start when not needed.
---
xorg7/xorg-server/BUILD | 5 +++--
xorg7/xorg-server/CONFIGURE | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index 177172a..50676e7 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -12,8 +12,9 @@
# OPTS="$OPTS --disable-glx --disable-glx-tlx"
# fi &&
- OPTS+=" --enable-composite --enable-aiglx \
- --enable-install-libxf86config \
+ OPTS+=" --enable-composite --enable-aiglx --disable-devel-docs \
+ --enable-install-libxf86config --enable-unix-transport \
+ --with-fontrootdir=/usr/share/fonts/X11 \
--with-dri-driver-path=${MODULE_PREFIX}/lib/dri " &&
#--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \
diff --git a/xorg7/xorg-server/CONFIGURE b/xorg7/xorg-server/CONFIGURE
index c51994e..5200295 100644
--- a/xorg7/xorg-server/CONFIGURE
+++ b/xorg7/xorg-server/CONFIGURE
@@ -2,3 +2,4 @@
mquery USE_DBUS "Enable use of D-Bus?" n "--enable-config-dbus" ""
mquery ENABLE_IPV6 "Enable IPv6?" y "" "--disable-ipv6"
+mquery ENABLE_IPV4 "Enable IPv4?" y "" "--disable-tcp-transport"
More information about the Lunar-commits
mailing list