[Scummvm-git-logs] scummvm master -> 6d2da5c6f1c3ecebe73d070637b912edbf486ffd
rsn8887
rsn8887 at users.noreply.github.com
Fri Jun 21 18:12:31 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6d2da5c6f1 CONFIGURE: Disable libcurl on Switch (missing curl-config)
Commit: 6d2da5c6f1c3ecebe73d070637b912edbf486ffd
https://github.com/scummvm/scummvm/commit/6d2da5c6f1c3ecebe73d070637b912edbf486ffd
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-06-21T11:11:11-05:00
Commit Message:
CONFIGURE: Disable libcurl on Switch (missing curl-config)
Changed paths:
configure
diff --git a/configure b/configure
index a66610e..c6314ba 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"
;;
More information about the Scummvm-git-logs
mailing list