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_list  EVAS_X11XCB  "Use X11 (recommended) or XCB software rendering?"  \
  x11 xcb none

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"

