diff options
author | rsn8887 | 2019-05-07 16:24:07 -0500 |
---|---|---|
committer | Filippos Karapetis | 2019-05-12 11:59:44 +0300 |
commit | 30ee1f2cdc6c721f3a46a5acd167e0cd5c498411 (patch) | |
tree | 0d5eb557c0bf98ea622b88e20be1fb679bd583c9 /configure | |
parent | 875bc0b1c21aac75e55947ff421f2a8cc9f36c29 (diff) | |
download | scummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.tar.gz scummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.tar.bz2 scummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.zip |
Switch: fix version, remove redundant settings and unneeded defines
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1694,7 +1694,6 @@ switch) datarootdir='${prefix}/data' datadir='${datarootdir}' docdir='${prefix}/doc' - PKG_CONFIG_LIBDIR=$DEVKITPRO/portlibs/switch/lib/pkgconfig ;; tizen) _host_os=tizen @@ -3404,14 +3403,7 @@ if test -n "$_host"; then switch) _backend="switch" _opengl_mode=gles2 - _build_scalers=yes - _build_hq_scalers=yes - _dynamic_modules=no _vkeybd=yes - _mt32emu=yes - _vorbis=yes - _tremor=no - _eventrec=no _port_mk="backends/platform/sdl/switch/switch.mk" ;; tizen) |