SPECS: ogre.spec - cg default is off
cieciwa
cieciwa at pld-linux.org
Wed Feb 18 09:33:46 CET 2009
Author: cieciwa Date: Wed Feb 18 08:33:46 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cg default is off
---- Files affected:
SPECS:
ogre.spec (1.25 -> 1.26)
---- Diffs:
================================================================
Index: SPECS/ogre.spec
diff -u SPECS/ogre.spec:1.25 SPECS/ogre.spec:1.26
--- SPECS/ogre.spec:1.25 Tue Feb 17 11:51:27 2009
+++ SPECS/ogre.spec Wed Feb 18 09:33:40 2009
@@ -3,7 +3,7 @@
# - better fix for --as-needed (im too stupid to fix this in a correct way:/)
#
# Conditional build:
-%bcond_without cg # don't build with cg
+%bcond_with cg # build with cg
%ifnarch %{ix86} %{x8664}
%undefine with_cg
@@ -92,7 +92,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_cg:--disable-cg} \
+ %{?with_cg:--enable-cg} \
--disable-devil \
--enable-openexr
@@ -149,6 +149,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2009/02/18 08:33:40 cieciwa
+- cg default is off
+
Revision 1.25 2009/02/17 10:51:27 cieciwa
- updated to version 1.6.1,
- release 0.3,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ogre.spec?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list