[Scummvm-git-logs] scummvm master -> befedb887ba4d08435dcecb3b5c8e24e27a87ff0

lephilousophe lephilousophe at users.noreply.github.com
Wed Mar 3 08:07:23 UTC 2021


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:
befedb887b VITA: Add SceAppUtil_stub library


Commit: befedb887ba4d08435dcecb3b5c8e24e27a87ff0
    https://github.com/scummvm/scummvm/commit/befedb887ba4d08435dcecb3b5c8e24e27a87ff0
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-03-03T09:05:39+01:00

Commit Message:
VITA: Add SceAppUtil_stub library

New SDL 2.0.14 uses it for launching web browser

Changed paths:
    configure


diff --git a/configure b/configure
index 45ee9053bf..10eae74c55 100755
--- a/configure
+++ b/configure
@@ -3766,7 +3766,8 @@ case $_backend in
 		append_var LIBS "-lvitashaders -lSDL2 -lvita2d_fbo -lSceCommonDialog_stub"
 		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 "-lSceNet_stub -lSceNetCtl_stub"
+		append_var LIBS "-lSceAppMgr_stub -lSceAppUtil_stub -lScePgf_stub"
 		append_var LIBS "-lSceTouch_stub -lSceHid_stub -lSceMotion_stub"
 		_sdl=yes
 		_sdlversion=2.0.0




More information about the Scummvm-git-logs mailing list