Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4a5eed2239c69268b756e272cc34757e1be8f2f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4a5eed2239c69268b756e272cc34757e1be8f2f8)
  • Date: Fri, 30 Dec 2011 11:42:35 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

e-17/evas/BUILD | 2 ++
e-17/evas/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 4a5eed2239c69268b756e272cc34757e1be8f2f8
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

evas: --disable-wayland-{shm,egl} added into BUILD, broken without these

We don't have wayland spells yet, http://wayland.freedesktop.org/

diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index 67da76f..9102a90 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -44,5 +44,7 @@ if is_depends_enabled $SPELL fribidi && is_depends_enabled
fribidi glib2 ; then
CFLAGS="$CFLAGS -I/usr/include/glib-2.0"
fi

+# We don't have wayland spells yet, http://wayland.freedesktop.org/
+OPTS="--disable-wayland-shm --disable-wayland-egl $OPTS" &&

default_build
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 446b677..9cdf2c0 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2011-12-30 Ladislav Hagara <hgr AT vabo.cz>
+ * BUILD: --disable-wayland-{shm,egl} added
+
2011-11-26 Robin Cook <rcook AT wyrms.net>
* BUILD: added CFLAGS include if fribidi is enabled and compiled with
glib2



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4a5eed2239c69268b756e272cc34757e1be8f2f8), Ladislav Hagara, 12/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page