summaryrefslogtreecommitdiffstats
path: root/e-17/ecore/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/ecore/CONFIGURE')
-rwxr-xr-xe-17/ecore/CONFIGURE20
1 files changed, 14 insertions, 6 deletions
diff --git a/e-17/ecore/CONFIGURE b/e-17/ecore/CONFIGURE
index 03164a8a20..6f2791bd4c 100755
--- a/e-17/ecore/CONFIGURE
+++ b/e-17/ecore/CONFIGURE
@@ -1,7 +1,15 @@
-config_query_option ECORE_DESKTOP "Build Ecore_Desktop module?" n \
- "--enable-ecore-desktop" \
- "--disable-ecore-desktop" &&
+config_query_option ECORE_PTHREADS "Enable POSIX thread code?" y \
+ "--enable-posix-threads" "--disable-posix-threads" &&
-config_query_option ECORE_TXT "Build Ecore_Txt module?" n \
- "--enable-ecore-txt" \
- "--disable-ecore-txt"
+config_query_option ECORE_THREAD_SAFETY "Enable thread safety?" n \
+ "--enable-thread-safety" "--disable-thread-safety" &&
+
+config_query_option ECORE_FB "Build Ecore_fb module for linux framebuffer?" n \
+ "--enable-ecore-fb --enable-ecore-evas-fb" \
+ "--disable-ecore-fb --disable-ecore-evas-fb" &&
+
+config_query_option ECORE_IPV6 "Enable IPv6 functionality?" n \
+ "--enable-ipv6" "--disable-ipv6" &&
+
+config_query_list ECORE_CRYPTO "Use which cryptographic library?" \
+ gnutls openssl none