config_query_option WEBKIT_OPTS "Enable support for WebGL?" y \
                    "--enable-webgl" "--disable-webgl" &&

config_query_option WEBKIT_OPTS "Enable support for GLX?" y \
                    "--enable-glx" "--disable-glx" &&

config_query_option WEBKIT_OPTS "Enable support for EGL?" y \
                    "--enable-egl" "--disable-egl" &&

config_query_option WEBKIT_OPTS "Enable support for OpenGL ES 2?" n \
                    "--enable-gles2" "--disable-gles2" &&

config_query_option WEBKIT_OPTS "Enable JIT compilation?" y \
                    "--enable-jit" "--disable-jit" &&

config_query_option WEBKIT_OPTS "Enable Opcode statistics?" n \
                    "--enable-opcode-stats" "--disable-opcode-stats"

# something like this will be needed for wayland
#config_query_list WEBKIT_TARGET "Build for which target?" x11 wayland x11,wayland directfb

