config_query_option OME_OPTS "Disable scripting support? (i.e. JavaScript)" n \
                             "--disable-scripting" \
                             "" &&

config_query_option OME_OPTS "Make ogg the logo format" y \
                             "--with-logo=ogg" \
                             "" &&

config_query_option OME_OPTS "Make png the logo format" n \
                             "--with-logo=png" \
                             ""
