Skip to Content.
Sympa Menu

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

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 (e009a7f3360737b0352e4a52332ab323eacdf84b)
  • Date: Mon, 14 Nov 2011 00:10:08 -0600

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

e-17/evas/DEPENDS | 4 ++--
e-17/evas/HISTORY | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)

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

evas: added missing configure switch

diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 1289c61..cda43be 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -48,8 +48,8 @@ optional_depends xorg-libs \
"for software X11 rendering backend" &&

optional_depends libxcb \
- "--enable-async-events" \
- "--disable-async-events" \
+ "--enable-software-xcb --enable-async-events" \
+ "--disable-software-xcb --disable-async-events" \
"Enable software XCB engine and rendering backend?" &&

optional_depends OPENGL \
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index eb70ed1..eca4d11 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,4 +1,7 @@
-2011-11-12 Robin Cook <rcook AT wyrs.net>
+2011-11-14 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added missing configure switch
+
+2011-11-12 Robin Cook <rcook AT wyrms.net>
* BUILD: added sdl and xcb opengl switches, added missing EVAS_PMAPS
* CONFIGURE: added pthreads query, corrected config_query to
config_query_option



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

Archive powered by MHonArc 2.6.24.

Top of Page