[Scummvm-git-logs] scummvm master -> 98147a6c0858d677b4b5a78b592f8a200e955a5b
rsn8887
rsn8887 at users.noreply.github.com
Sat Dec 2 12:32:08 CET 2017
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:
98147a6c08 PSP2: fix building with latest SDL2 for Vita
Commit: 98147a6c0858d677b4b5a78b592f8a200e955a5b
https://github.com/scummvm/scummvm/commit/98147a6c0858d677b4b5a78b592f8a200e955a5b
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2017-12-02T05:31:31-06:00
Commit Message:
PSP2: fix building with latest SDL2 for Vita
Changed paths:
configure
diff --git a/configure b/configure
index 01a5592..81e23a3 100755
--- a/configure
+++ b/configure
@@ -3414,6 +3414,7 @@ case $_backend in
append_var LIBS "-lSceSysmodule_stub -lSceDisplay_stub -lSceGxm_stub"
append_var LIBS "-lSceAudio_stub -lSceCtrl_stub -lScePower_stub"
append_var LIBS "-lSceNet_stub -lSceNetCtl_stub -lSceAppMgr_stub -lScePgf_stub"
+ append_var LIBS "-lSceTouch_stub"
append_var DEFINES "-DSDL_BACKEND"
add_line_to_config_mk "SDL_BACKEND = 1"
add_line_to_config_mk "USE_SDL2 = 1"
More information about the Scummvm-git-logs
mailing list