[Lunar-commits] r20508 - moonbase/branches/crater/xgl/xgl-cvs

Samuel Verstraete elangelo at lunar-linux.org
Wed Jun 21 12:46:16 UTC 2006


Author: elangelo
Date: 2006-06-21 12:46:16 +0000 (Wed, 21 Jun 2006)
New Revision: 20508

Modified:
   moonbase/branches/crater/xgl/xgl-cvs/BUILD
Log:
in case you were not happy with the default X11R7 prefix....
gr,S.


Modified: moonbase/branches/crater/xgl/xgl-cvs/BUILD
===================================================================
--- moonbase/branches/crater/xgl/xgl-cvs/BUILD	2006-06-21 12:45:29 UTC (rev 20507)
+++ moonbase/branches/crater/xgl/xgl-cvs/BUILD	2006-06-21 12:46:16 UTC (rev 20508)
@@ -1,6 +1,11 @@
 (
   . /etc/profile.d/x11r7.rc &&
    cd xorg &&
+   libtoolize --force &&
+   aclocal -I /usr/X11/share/aclocal/ &&
+   autoconf &&
+   autoheader &&
+   automake --add-missing --gnu &&
    patch -p 1 -i ${SCRIPT_DIRECTORY}/xgl-xinerama.patch &&
    ./autogen.sh --build=$BUILD                                  \
                 --libdir=/usr/lib                               \
@@ -13,7 +18,7 @@
                 --disable-xprint                                \
                 --enable-glx                                    \
                 --enable-dri                                    \
-	        --with-mesa-source=${BUILD_DIRECTORY}/Mesa \
+                --with-mesa-source=${BUILD_DIRECTORY}/Mesa \
                 --disable-xvfb                                  \
                 --disable-xnest                                 \
                 --enable-xglx                                   \



More information about the Lunar-commits mailing list