[Lunar-commits] CVS: moonbase/xfce4/xfwm4 CONFIGURE, NONE, 1.1 BUILD, 1.8, 1.9

Moritz Heiber moe at lunar-linux.org
Thu Dec 16 22:30:54 UTC 2004


Update of /var/cvs/lunar/moonbase/xfce4/xfwm4
In directory espresso.foo-projects.org:/tmp/cvs-serv23173

Modified Files:
	BUILD 
Added Files:
	CONFIGURE 
Log Message:
The compositor should not be enabled by default.


--- NEW FILE: CONFIGURE ---
mquery WITH_COMPOSITE "Enable the build-in compositor?" n

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfwm4/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD	16 Dec 2004 21:54:48 -0000	1.8
+++ BUILD	16 Dec 2004 22:30:52 -0000	1.9
@@ -1,12 +1,11 @@
-
 ( 
    # make sure proper PKG_CONFIG_PATH is set
    export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
    
-   if module_installed XOrg ; then
-       OPTS="$OPTS --enable-compositor"
-   fi								&&
-
+   if [ WITH_COMPOSITE == "y" ]; then
+     OPTS="$OPTS --enable-compositor"
+   fi
+   
    ./configure  --build=$BUILD					\
                 --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4}	\
                 $OPTS                                           &&



More information about the Lunar-commits mailing list