diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-29 16:54:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 11:23:19 +0700 |
commit | 19b13250157cb1da07a8b6799109d451212be8a7 (patch) | |
tree | 14217e92e601cbebfef7af4dd3a8f8e15b3e23f8 /games/uqm-megamod/config.state | |
parent | 93b9cd29db255627646da3e7ed46470cfda25650 (diff) |
games/uqm-megamod: Added (space adventure game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/uqm-megamod/config.state')
-rw-r--r-- | games/uqm-megamod/config.state | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/uqm-megamod/config.state b/games/uqm-megamod/config.state new file mode 100644 index 0000000000..2fbafd852e --- /dev/null +++ b/games/uqm-megamod/config.state @@ -0,0 +1,17 @@ +CHOICE_debug_VALUE='nodebug' +CHOICE_graphics_VALUE='sdl2' +CHOICE_sound_VALUE='mixsdl' +CHOICE_mikmod_VALUE='internal' +CHOICE_lua_VALUE='internal' +CHOICE_ovcodec_VALUE='standard' +CHOICE_netplay_VALUE='full' +CHOICE_joystick_VALUE='enabled' +CHOICE_ioformat_VALUE='stdio_zip' +CHOICE_accel_VALUE='asm' +CHOICE_threadlib_VALUE='sdl' +INPUT_install_prefix_VALUE='/usr' +INPUT_install_bindir_VALUE='$prefix/games' +INPUT_install_libdir_VALUE='$prefix/share/games' +INPUT_install_sharedir_VALUE='$prefix/share/games' +INPUT_install_appdir_VALUE='$prefix/share/applications' +INPUT_install_icondir_VALUE='$prefix/share/pixmaps' |