Skip to Content.
Sympa Menu

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

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 (5c80b95245040738618d839143780c3d52161568)
  • Date: Sat, 26 Nov 2011 22:31:32 -0600

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

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

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

evas: fix build with fribidi with new glib2 patch

diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index 073e551..67da76f 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -40,4 +40,9 @@ if [ "$EVAS_ASYNC_RENDER" = "y" ]; then
OPTS="--enable-async-render $OPTS"
fi &&

+if is_depends_enabled $SPELL fribidi && is_depends_enabled fribidi glib2 ;
then
+ CFLAGS="$CFLAGS -I/usr/include/glib-2.0"
+fi
+
+
default_build
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index ec4ede1..446b677 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,7 @@
+2011-11-26 Robin Cook <rcook AT wyrms.net>
+ * BUILD: added CFLAGS include if fribidi is enabled and compiled with
+ glib2
+
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



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

Archive powered by MHonArc 2.6.24.

Top of Page