[Lunar-commits] r22658 - moonbase/trunk/utils/numlockx

Samuel Verstraete elangelo at lunar-linux.org
Tue Dec 19 11:39:12 CET 2006


Author: elangelo
Date: 2006-12-19 11:39:12 +0100 (Tue, 19 Dec 2006)
New Revision: 22658

Added:
   moonbase/trunk/utils/numlockx/BUILD
Log:
adding this BUILD to make it find the x-includes on a xorg7 installation


Added: moonbase/trunk/utils/numlockx/BUILD
===================================================================
--- moonbase/trunk/utils/numlockx/BUILD	                        (rev 0)
+++ moonbase/trunk/utils/numlockx/BUILD	2006-12-19 10:39:12 UTC (rev 22658)
@@ -0,0 +1,9 @@
+( 
+
+ ./configure --with-x \
+             --prefix=/usr \
+             --x-includes=/usr/include/X11 \
+             --x-libraries=/usr/lib/X11 &&
+ 
+ default_make
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list