summaryrefslogtreecommitdiffstats
path: root/e-17/evas/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/evas/BUILD')
-rwxr-xr-xe-17/evas/BUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/e-17/evas/BUILD b/e-17/evas/BUILD
index 9102a9000e..f125546a50 100755
--- a/e-17/evas/BUILD
+++ b/e-17/evas/BUILD
@@ -1,7 +1,7 @@
if [[ $(get_spell_provider $SPELL OPENGL) ]] && is_depends_enabled $SPELL sdl; then
- EVAS_GL_SDL="--enable-gl-sdl --enable-sdl-primitive"
+ EVAS_GL_SDL="--enable-gl-sdl --enable-sdl-primitive"
else
- EVAS_GL_SDL="--disable-gl-sdl --disable-sdl-primitive"
+ EVAS_GL_SDL="--disable-gl-sdl --disable-sdl-primitive"
fi &&
OPTS="$EVAS_GL_SDL $EVAS_PMAPS $OPTS" &&
@@ -42,9 +42,17 @@ fi &&
if is_depends_enabled $SPELL fribidi && is_depends_enabled fribidi glib2 ; then
CFLAGS="$CFLAGS -I/usr/include/glib-2.0"
-fi
+fi &&
+
+if [[ "x${EVAS_X11XCB}" == "xnone" ]]; then
+ OPTS="--disable-software-xlib \
+ --without-x \
+ --disable-software-xcb \
+ --disable-async-events \
+ $OPTS"
+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