# Import query defaults from deprecated iceweasel
persistent_read  iceweasel  ICEWEASEL_MAILNEWS    ICEWEASEL_MAILNEWS    &&
persistent_read  iceweasel  ICEWEASEL_CALENDAR    ICEWEASEL_CALENDAR    &&
persistent_read  iceweasel  ICEWEASEL_CHAT        ICEWEASEL_CHAT        &&
persistent_read  iceweasel  ICEWEASEL_COMPOSER    ICEWEASEL_COMPOSER    &&
persistent_read  iceweasel  ICEWEASEL_MATHML      ICEWEASEL_MATHML      &&
persistent_read  iceweasel  ICEWEASEL_JS          ICEWEASEL_JS          &&
persistent_read  iceweasel  ICEWEASEL_NULLPLUGIN  ICEWEASEL_NULLPLUGIN  &&

config_query_option  ICECAT_MAILNEWS                     \
                     'Build Mail/News client?'           \
                     ${ICEWEASEL_MAILNEWS:-y}            \
                     '--enable-mailnews'                 \
                     '--disable-mailnews'                &&
config_query_option  ICECAT_CALENDAR                     \
                     'Build Calendar component?'         \
                     ${ICEWEASEL_CALENDAR:-y}            \
                     '--enable-calendar'                 \
                     '--disable-calendar'                &&
config_query_option  ICECAT_CHAT                         \
                     'Build ChatZilla component?'        \
                     ${ICEWEASEL_CHAT:-y}                \
                     '--enable-chatzilla'                \
                     '--disable-chatzilla'               &&
config_query_option  ICECAT_COMPOSER                     \
                     'Build Composer component?'         \
                     ${ICEWEASEL_COMPOSER:-y}            \
                     '--enable-composer'                 \
                     '--disable-composer'                &&
config_query_option  ICECAT_MATHML                       \
                     'Enable MathML?'                    \
                     ${ICEWEASEL_MATHML:-y}              \
                     '--enable-mathml'                   \
                     '--disable-mathml'                  &&
config_query_option  ICECAT_JS                           \
                     'Build JavaScript profile tool?'    \
                     ${ICEWEASEL_JS:-n}                  \
                     '--enable-xpctools'                 \
                     '--disable-xpctools'                &&
config_query_list  ICECAT_RENDER                         \
                   'Possible SVG renderers:'             \
                   'cairo' 'libart' 'none'               &&

config_query  ICECAT_NULLPLUGIN                          \
"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
              ${ICEWEASEL_NULLPLUGIN:-y}
