aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrsn88872019-05-07 16:24:07 -0500
committerFilippos Karapetis2019-05-12 11:59:44 +0300
commit30ee1f2cdc6c721f3a46a5acd167e0cd5c498411 (patch)
tree0d5eb557c0bf98ea622b88e20be1fb679bd583c9 /configure
parent875bc0b1c21aac75e55947ff421f2a8cc9f36c29 (diff)
downloadscummvm-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-xconfigure8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure
index f241dbb6d0..f40a8c73b0 100755
--- a/configure
+++ b/configure
@@ -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)