summaryrefslogtreecommitdiffstats
path: root/e-17
diff options
context:
space:
mode:
authorFlorian Franzmann2013-03-27 21:37:05 +0100
committerFlorian Franzmann2013-03-27 21:37:05 +0100
commiteed3be082afc97f984b8c830ae59dba0be534796 (patch)
treecce2692e43fad0ee84168a2490cac90521008cc7 /e-17
parentf1d07b6c8d61a4a991850293adf1570a59c6cf56 (diff)
e-17/evas: fix glib include paths
Diffstat (limited to 'e-17')
-rwxr-xr-xe-17/evas/BUILD2
-rw-r--r--e-17/evas/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index c795dcbb37..f125546a50 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -55,4 +55,4 @@ fi &&
# We don't have wayland spells yet, http://wayland.freedesktop.org/
OPTS="--disable-wayland-shm --disable-wayland-egl $OPTS" &&
-default_build
+CFLAGS+=" -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0" default_build
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 02cd7fa043..ea924e4e00 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2013-03-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: fix glib include paths
+
2013-01-08 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 1.7.5
* BUILD, CONFIGURE, DEPENDS: X11 and XCB are mutually exclusive