]> git.pld-linux.org Git - packages/CEGUI.git/commitdiff
- build ogre renderer by default
authorlisu <lisu@pld-linux.org>
Wed, 12 May 2010 09:10:53 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use --(dis,en)able instead of --with(out) for ogre bcond

Changed files:
    CEGUI.spec -> 1.28

CEGUI.spec

index f52a04e04309a9836f6c1fd879541b21fa00b02a..aac3922bd6a8fb171e0e40f2bb21e3dfdb19863b 100644 (file)
@@ -6,7 +6,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
@@ -111,7 +111,7 @@ Dokumentacja CEGUI.
        --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}
This page took 0.092751 seconds and 4 git commands to generate.