. "${GRIMOIRE}/MESON_CONFIGURE" &&
config_query_option TESTS "Enable tests?" n "tests=true" "tests=false" &&
config_query_option WEBAPP "Enable webapps support?" y "webapps=true" "webapps=false" &&
if [[ $WEBAPP == "webapps=true" ]]; then
  config_query_option PROPAPP "Enable inclusion of a default set of installable proprietary webapps?" \
                              y "hardcoded_proprietary_webapps=true" "hardcoded_proprietary_webapps=false" &&
  config_query_option FOSSAPP "Enable inclusion of a default set of installable FOSS webapps?" \
                              y "hardcoded_foss_webapps=true" "hardcoded_foss_webapps=false"
fi &&
config_query_option FEATURED "Enable installation of default featured apps list?" \
                             y "default_featured_apps=true" "default_featured_apps=false" &&
config_query_option CURATED "Enable installation of default curated apps list?" \
                            y "hardcoded_curated=true" "hardcoded_curated=false"
