[Lunar-commits] r22656 - moonbase/trunk/graphics/gtk+-2

Terry Chan tchan at lunar-linux.org
Tue Dec 19 04:15:08 CET 2006


Author: tchan
Date: 2006-12-19 04:15:07 +0100 (Tue, 19 Dec 2006)
New Revision: 22656

Added:
   moonbase/trunk/graphics/gtk+-2/CONFIGURE
Modified:
   moonbase/trunk/graphics/gtk+-2/BUILD
Log:
Makes the xinput support optional, as it should be.


Modified: moonbase/trunk/graphics/gtk+-2/BUILD
===================================================================
--- moonbase/trunk/graphics/gtk+-2/BUILD	2006-12-19 01:43:33 UTC (rev 22655)
+++ moonbase/trunk/graphics/gtk+-2/BUILD	2006-12-19 03:15:07 UTC (rev 22656)
@@ -1,7 +1,9 @@
 (
 
-  # XInput support is needed for Wacom tablets to work in GIMP
-  OPTS="$OPTS --with-xinput=yes"
+  if [ "$USE_XINPUT" == "y" ]; then
+    # XInput support is needed for Wacom tablets to work in GIMP
+     OPTS="$OPTS --with-xinput=yes"
+  fi
 
   default_build
 

Added: moonbase/trunk/graphics/gtk+-2/CONFIGURE
===================================================================
--- moonbase/trunk/graphics/gtk+-2/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/graphics/gtk+-2/CONFIGURE	2006-12-19 03:15:07 UTC (rev 22656)
@@ -0,0 +1 @@
+mquery USE_XINPUT "Install XINPUT support? This is needed for wacom tablets in gimp!" y



More information about the Lunar-commits mailing list