summaryrefslogtreecommitdiffstats
path: root/e-17/ecore/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/ecore/BUILD')
-rwxr-xr-xe-17/ecore/BUILD14
1 files changed, 13 insertions, 1 deletions
diff --git a/e-17/ecore/BUILD b/e-17/ecore/BUILD
index 6775203231..255e7e3a0c 100755
--- a/e-17/ecore/BUILD
+++ b/e-17/ecore/BUILD
@@ -1,2 +1,14 @@
-OPTS="$ECORE_DESKTOP $ECORE_TXT $OPTS" &&
+if [ "$ECORE_CRYPTO" == "none" ]; then
+ OPTS="--disable-gnutls --disable-openssl $OPTS"
+fi &&
+
+if [[ $(get_spell_provider $SPELL OPENGL) ]] && is_depends_enabled $SPELL sdl; then
+ ECORE_OPENGL_SDL="--enable-ecore-evas-opengl-sdl"
+else
+ ECORE_OPENGL_SDL="--disable-ecore-evas-opengl-sdl"
+fi &&
+
+OPTS="$ECORE_FB $ECORE_IPV6 $ECORE_OPENGL_SDL $OPTS" &&
+OPTS="$ECORE_PTHREADS $ECORE_THREAD_SAFETY $OPTS" &&
+
default_build