From ab0c16be7c2c5f6be1a072297a9bce0b62e211ae Mon Sep 17 00:00:00 2001 From: lisu Date: Wed, 12 May 2010 09:10:53 +0000 Subject: [PATCH] - build ogre renderer by default - use --(dis,en)able instead of --with(out) for ogre bcond Changed files: CEGUI.spec -> 1.28 --- CEGUI.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CEGUI.spec b/CEGUI.spec index f52a04e..aac3922 100644 --- a/CEGUI.spec +++ b/CEGUI.spec @@ -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} -- 2.44.0