[Lunar-commits] <moonbase> xorg-server: small tweaks.

Florin Braescu florin at lunar-linux.org
Sun Aug 2 11:06:30 CEST 2009


commit 3d4b508d38df93953fa39af98ac3a3177f53aa2c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Aug 2 12:06:30 2009 +0300

    xorg-server: small tweaks.
---
 xorg7/xorg-server/BUILD |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/xorg7/xorg-server/BUILD b/xorg7/xorg-server/BUILD
index 2c4896f..177172a 100644
--- a/xorg7/xorg-server/BUILD
+++ b/xorg7/xorg-server/BUILD
@@ -1,28 +1,27 @@
 (
 
-#  patch_it $SOURCE2 1 &&
+#  patch_it $SOURCE2 1  &&
 
-  . /etc/profile.d/x11r7.rc &&
+  . /etc/profile.d/x11r7.rc  &&
 
   if [ -h /usr/share/X11/xkb/compiled ]; then
     rm -f /usr/share/X11/xkb/compiled
-  fi &&
+  fi  &&
 
 #  if [[ "$USE_NVIDIA" = "y" ]]; then
 #    OPTS="$OPTS --disable-glx --disable-glx-tlx"
 #  fi &&
 
-  OPTS+=" --enable-composite --enable-aiglx \
-          --enable-install-libxf86config \
-          --with-dri-driver-path=${MODULE_PREFIX}/lib/dri " &&
+  OPTS+=" --enable-composite --enable-aiglx                   \
+          --enable-install-libxf86config                      \
+          --with-dri-driver-path=${MODULE_PREFIX}/lib/dri "  &&
          #--with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \
 
-  default_build &&
+  default_build  &&
 
   # This should not be needed, check in next release if still needed.
-  rm -fr /usr/share/X11/xkb/compiled &&
-  mkdir -p /var/lib/xkb &&
+  rm -fr /usr/share/X11/xkb/compiled  &&
+  mkdir -p /var/lib/xkb  &&
   ln -sf /var/lib/xkb /usr/share/X11/xkb/compiled
 
-
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list