config_query_option EFLWEBKIT_GLIB "Enable building with glib2?" y           \
                    "-DENABLE_GLIB_SUPPORT=ON" "-DENABLE_GLIB_SUPPORT=OFF"   &&

config_query_list EFLWEBKIT_NETWORK                                          \
          "Build with which network backend? (libsoup will turn on glib2)"   \
                  libsoup curl                                               &&

config_query_option EFLWEBKIT_VIDEO                                          \
                    "Enable gstreamer video support (will turn on glib2)?" y \
                    "-DVIDEO=gstreamer" "-DVIDEO=OFF"                        &&

config_query_option EFLWEBKIT_GEO "Enable geolocation?" y                    \
                    "-DENABLE_GEOLOCATION=ON" "-DENABLE_GEOLOCATION=OFF"     

#config_query_option EFLWEBKIT_NPAPI "Enable Netscape Plugin API?" n          \
#          "ENABLE_NETSCAPE_PLUGIN_API=ON" "ENABLE_NETSCAPE_PLUGIN_API=OFF"  
