[Lunar-commits] r23584 - moonbase/trunk/xorg7/xorg-server

Moritz Heiber moe at lunar-linux.org
Sun Mar 11 14:51:28 CET 2007


Author: moe
Date: 2007-03-11 14:51:28 +0100 (Sun, 11 Mar 2007)
New Revision: 23584

Modified:
   moonbase/trunk/xorg7/xorg-server/BUILD
Log:
meh .. they added a config option for the driver location. Sucks.



Modified: moonbase/trunk/xorg7/xorg-server/BUILD
===================================================================
--- moonbase/trunk/xorg7/xorg-server/BUILD	2007-03-11 02:18:22 UTC (rev 23583)
+++ moonbase/trunk/xorg7/xorg-server/BUILD	2007-03-11 13:51:28 UTC (rev 23584)
@@ -7,7 +7,8 @@
   fi &&
 
   OPTS+=" --enable-composite --enable-aiglx \
-         --with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION}" &&
+         --with-mesa-source=${SOURCE_DIRECTORY}/Mesa-${MESA_VERSION} \
+	 --with-dri-driver-path=${MODULE_PREFIX}/lib/X11/modules/dri" &&
 
   default_build
 



More information about the Lunar-commits mailing list