Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (2945d74910b0c1020b5649c937eef99bc93c1cc7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (2945d74910b0c1020b5649c937eef99bc93c1cc7)
  • Date: Wed, 20 Aug 2008 11:35:32 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

x11-toolkits/wxgtk/DEPENDS | 5 ++++-
x11-toolkits/wxgtk/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 7ab6947d35033237744d5aae389d8c665d0674b7
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

wxgtk: made opengl optional again

diff --git a/x11-toolkits/wxgtk/DEPENDS b/x11-toolkits/wxgtk/DEPENDS
index 25e0d06..a3e0d0d 100755
--- a/x11-toolkits/wxgtk/DEPENDS
+++ b/x11-toolkits/wxgtk/DEPENDS
@@ -4,7 +4,6 @@ depends gtk+2 &&

depends X11-LIBS '--with-x --with-libxpm' &&

-depends OPENGL "--with-opengl" &&
# all of the "depends" below strictly speaking are not required, e.g. we can
# use included library by specifying --with-*=builtin, but we want to use the
# system libraries, so we're saying --with-*[=sys] here.
@@ -14,6 +13,10 @@ depends jpeg '--with-libjpeg' &&
depends tiff '--with-libtiff' &&
depends pcre '--with-regex=sys' &&

+optional_depends OPENGL \
+ '--with-opengl' \
+ '--without-opengl' \
+ 'for OpenGL support' &&
optional_depends expat \
'--with-expat' \
'--without-expat' \
diff --git a/x11-toolkits/wxgtk/HISTORY b/x11-toolkits/wxgtk/HISTORY
index f5c4cf0..851c20c 100644
--- a/x11-toolkits/wxgtk/HISTORY
+++ b/x11-toolkits/wxgtk/HISTORY
@@ -1,3 +1,6 @@
+2008-08-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: made opengl optional again
+
2008-07-23 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* (REPAIR^)PRE_SUB_DEPENDS: fixed DEV check always returning true




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (2945d74910b0c1020b5649c937eef99bc93c1cc7), Arjan Bouter, 08/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page