config_query_option  XULRUNNER_OPTS                      \
                     'Enable MathML?'                    \
                     y                                   \
                     '--enable-mathml'                   \
                     '--disable-mathml'                  &&
config_query_option  XULRUNNER_OPTS                      \
                     'Build JavaScript profile tool?'    \
                     n                                   \
                     '--enable-xpctools'                 \
                     '--disable-xpctools'                &&
config_query_option  XULRUNNER_OPTS                      \
                     'Enable Xinerama support?'          \
                     n                                   \
                     '--enable-xinerama'                 \
                     '--disable-xinerama'                &&
#Seems to only build with cairo
config_query_list  XULRUNNER_RENDERER                    \
                   'Possible SVG renderers:'             \
                   'cairo'  'libart_lgpl' 'none'         &&
#Getting rid of that annoying nullplugin
config_query  XULRUNNER_NULLPLUGIN                       \
"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
              y
