config_query_list MESALIB_VER "Which version would you like to build?" \
                  stable       \
                  feature      \
                  developement \
                  git          &&

if [[ "$MESALIB_VER" == "git" ]]; then
  config_query MESALIB_GIT_AUTOUPDATE                                  \
               "Queue for update on every system update?" n
fi
