[Scummvm-git-logs] scummvm branch-2-0 -> 55ca61690a11cb02ba94d605563e77dab3602ae7

rsn8887 rsn8887 at users.noreply.github.com
Mon Jan 15 23:42:08 CET 2018


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:
55ca61690a PSP2: compile with hid support (bluetooth kbd and mouse)


Commit: 55ca61690a11cb02ba94d605563e77dab3602ae7
    https://github.com/scummvm/scummvm/commit/55ca61690a11cb02ba94d605563e77dab3602ae7
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2018-01-15T16:41:21-06:00

Commit Message:
PSP2: compile with hid support (bluetooth kbd and mouse)

(cherry picked from commit dad10097b25a4f5d8974a46a0fbf30cf8f3e5776)

Changed paths:
    configure


diff --git a/configure b/configure
index 6f9c160..98a00b5 100755
--- a/configure
+++ b/configure
@@ -3415,7 +3415,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 LIBS "-lSceTouch_stub -lSceHid_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