Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (67000821c8d89c1011576b61a17730631d7119f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (67000821c8d89c1011576b61a17730631d7119f3)
  • Date: Wed, 24 Nov 2010 15:31:55 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

graphics-libs/cegui/DEPENDS | 14 +++++++++-----
graphics-libs/cegui/HISTORY | 3 +++
2 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 67000821c8d89c1011576b61a17730631d7119f3
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

cegui: modified configure option to match configure

diff --git a/graphics-libs/cegui/DEPENDS b/graphics-libs/cegui/DEPENDS
index 16b638a..9faeb05 100755
--- a/graphics-libs/cegui/DEPENDS
+++ b/graphics-libs/cegui/DEPENDS
@@ -24,14 +24,18 @@ optional_depends gtk+2 \
"--without-gtk2" \
"Enable gtk+2 support?" &&
optional_depends ogre \
- "--with-ogre-renderer" \
- "--without-ogre-renderer" \
+ "--enable-ogre-renderer" \
+ "--disable-ogre-renderer" \
"Enable ogre renderer?" &&
optional_depends OPENGL \
"--enable-opengl-renderer" \
"--disable-opengl-renderer" \
"for an OpenGL renderer" &&
optional_depends devil \
- "--with-devil" \
- "--without-devil" \
- "for DevIL OpenGL image loading"
+ "--enable-devil" \
+ "--disable-devil" \
+ "for DevIL OpenGL image loading" &&
+optional_depends python \
+ "--enable-python-module" \
+ "--disable-python-module" \
+ "Build python extension module?"
diff --git a/graphics-libs/cegui/HISTORY b/graphics-libs/cegui/HISTORY
index 0737fc0..c3ed1a3 100644
--- a/graphics-libs/cegui/HISTORY
+++ b/graphics-libs/cegui/HISTORY
@@ -1,4 +1,7 @@
2010-11-24 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: change devil and ogre options from with to enable
+
+2010-11-24 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.7.5

2010-04-07 Peng Chang (Charles) <chp AT sourcemage.org>



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (67000821c8d89c1011576b61a17730631d7119f3), Robin Cook, 11/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page