aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrsn88872019-06-21 11:10:54 -0500
committerrsn88872019-06-21 11:11:11 -0500
commit6d2da5c6f1c3ecebe73d070637b912edbf486ffd (patch)
tree490d3c28c57fd740ecc01b5a95d9b05afbb9e03e /configure
parent6dc1d1c0281679123e2b66ff1b0ca2b79b102678 (diff)
downloadscummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.tar.gz
scummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.tar.bz2
scummvm-rg350-6d2da5c6f1c3ecebe73d070637b912edbf486ffd.zip
CONFIGURE: Disable libcurl on Switch (missing curl-config)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a66610e0d0..c6314ba25d 100755
--- a/configure
+++ b/configure
@@ -3437,6 +3437,8 @@ if test -n "$_host"; then
# This might be related to a known crash on OpenGL de-init due
# to the OpenGL implementation on this platform.
_opengl_mode=gles2
+ # Libcurl for Switch is incomplete (missing curl-config script)
+ _libcurl=no
_vkeybd=yes
_port_mk="backends/platform/sdl/switch/switch.mk"
;;