packages: CEGUI/CEGUI.spec - build ogre renderer by default - use --(dis, en...

lisu lisu at pld-linux.org
Wed May 12 11:10:58 CEST 2010


Author: lisu                         Date: Wed May 12 09:10:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- build ogre renderer by default
- use --(dis,en)able instead of --with(out) for ogre bcond

---- Files affected:
packages/CEGUI:
   CEGUI.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/CEGUI/CEGUI.spec
diff -u packages/CEGUI/CEGUI.spec:1.27 packages/CEGUI/CEGUI.spec:1.28
--- packages/CEGUI/CEGUI.spec:1.27	Mon May 10 16:54:12 2010
+++ packages/CEGUI/CEGUI.spec	Wed May 12 11:10:53 2010
@@ -7,7 +7,7 @@
 #
 # Conditional build:
 %bcond_without	xercesc		# build XercesParser
-%bcond_with	ogre		# build samples with ogre3d
+%bcond_without	ogre		# build samples with ogre3d
 %bcond_with	samples		# build samples
 #
 Summary:	CEGUI - a free library providing windowing and widgets
@@ -112,7 +112,7 @@
 	--with-default-image-codec=FreeImageImageCodec \
 	--with-default-xml-parser=LibxmlParser \
 	%{!?with_samples:--disable-samples} \
-	%{!?with_ogre:--without-ogre-renderer} \
+	--%{?with_ogre:en}%{!?with_ogre:dis}able-ogre-renderer \
 	--%{?with_xercesc:en}%{!?with_xercesc:dis}able-xerces-c
 
 %{__make}
@@ -200,6 +200,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2010/05/12 09:10:53  lisu
+- build ogre renderer by default
+- use --(dis,en)able instead of --with(out) for ogre bcond
+
 Revision 1.27  2010/05/10 14:54:12  lisu
 - adapter
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/CEGUI/CEGUI.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list