. "${GRIMOIRE}/MESON_CONFIGURE" &&

config_query_option GTK3_OPTS "Build the broadway (HTML5) backend?" "n" \
                              "broadway_backend=true" "broadway_backend=false" &&

config_query_option GTK3_OPTS "Build demos?" "n" \
                              "demos=true" "demos=false" &&

config_query_option GTK3_OPTS "Build examples?" "n" \
                              "examples=true" "examples=false" &&

config_query_option GTK3_OPTS "Build tests?" "n" \
                              "tests=true" "tests=false" &&

if list_find "${GTK3_OPTS}" "tests=true"; then
  config_query_option GTK3_OPTS "Install tests?" "n" \
                                "installed_tests=true" "installed_tests=false"
fi
