summaryrefslogtreecommitdiffstats
path: root/e-17/evas/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/evas/CONFIGURE')
-rwxr-xr-xe-17/evas/CONFIGURE21
1 files changed, 13 insertions, 8 deletions
diff --git a/e-17/evas/CONFIGURE b/e-17/evas/CONFIGURE
index 259838ade1..c4414a736f 100755
--- a/e-17/evas/CONFIGURE
+++ b/e-17/evas/CONFIGURE
@@ -1,8 +1,13 @@
-config_query EVAS_BUFFER "Enable memory buffer rendering?" y &&
-config_query EVAS_SCALE_SAMPLE "Enable sampling scalar code?" y &&
-config_query EVAS_SCALE_SMOOTH "Enable smooth scalar code?" y &&
-config_query EVAS_YUV "Enable YUV converter code?" y &&
-config_query EVAS_DITHER_MASK "Enable small dither mask code?" n &&
-config_query EVAS_ASYNC_RENDER "Enable asynchrone render?(use carefully!!)" n &&
-config_query EVAS_PMAPS "Enable portable pixmap support?" y \
- '--enable-image-loader-pmaps' '--disable-image-loader-pmaps'
+config_query EVAS_BUFFER "Enable memory buffer rendering?" y &&
+config_query EVAS_SCALE_SAMPLE "Enable sampling scalar code?" y &&
+config_query EVAS_SCALE_SMOOTH "Enable smooth scalar code?" y &&
+config_query EVAS_YUV "Enable YUV converter code?" y &&
+config_query EVAS_DITHER_MASK "Enable small dither mask code?" n &&
+config_query EVAS_ASYNC_RENDER "Enable asynchrone render?(use carefully!!)" n &&
+
+config_query_option EVAS_PMAPS "Enable portable pixmap support?" y \
+ '--enable-image-loader-pmaps' '--disable-image-loader-pmaps' &&
+
+config_query_option EVAS_PTHREADS "Enable threaded rendering?" y \
+ "--enable-pthreads" "--disable-pthreads"
+