Skip to Content.
Sympa Menu

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

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 (c6da516e9056c046bda3f895eadbce3ba324d417)
  • Date: Mon, 14 Nov 2011 14:57:23 -0600

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

e-17/evas/BUILD | 8 +-------
e-17/evas/HISTORY | 1 +
2 files changed, 2 insertions(+), 7 deletions(-)

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

evas: remove EVAS_GL_XCB as not a valid build combination

diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index 2f59aed..073e551 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -4,13 +4,7 @@ else
EVAS_GL_SDL="--disable-gl-sdl --disable-sdl-primitive"
fi &&

-if [[ $(get_spell_provider $SPELL OPENGL) ]] && is_depends_enabled $SPELL
libxcb; then
- EVAS_GL_XCB="--enable-gl-xcb"
-else
- EVAS_GL_XCB="--disable-gl-xcb"
-fi &&
-
-OPTS="$EVAS_GL_SDL $EVAS_GL_XCB $EVAS_PMAPS $OPTS" &&
+OPTS="$EVAS_GL_SDL $EVAS_PMAPS $OPTS" &&

if [ "$EVAS_BUFFER" = "y" ]; then
OPTS="--enable-buffer $OPTS"
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index eca4d11..ec4ede1 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,5 +1,6 @@
2011-11-14 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added missing configure switch
+ * BUILD: removed EVAS_GL_XCB as not a valid build combination

2011-11-12 Robin Cook <rcook AT wyrms.net>
* BUILD: added sdl and xcb opengl switches, added missing EVAS_PMAPS



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (c6da516e9056c046bda3f895eadbce3ba324d417), Robin Cook, 11/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page