# remove old sound choices, not supported anymore
persistent_remove GGAMES_SOUND GGAMES_SNDLIB

config_query_list GGAMES_PRESET                             \
                  "Which games would you like to build?"    \
                  all                                       \
                  pick                                      &&

if [[ $GGAMES_PRESET == pick ]]; then
  . $GRIMOIRE/config_query_multi.function                   &&
  AVAILABLE_GAMES="aisleriot quadrapassel gnect gnomine swell-foop mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
  config_query_multi GGAMES_LIST                            \
                     "Which games would you like to build?" \
                     $AVAILABLE_GAMES                       &&
  GGAMES_LIST="${GGAMES_LIST//\ /,}"
fi                                                          &&

config_query  HISCORES  "Backup and restore high scores?"  y
