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

rsn8887 rsn8887 at users.noreply.github.com
Sat Dec 23 07:31:28 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:
dad10097b2 PSP2: compile with hid support (bluetooth kbd and mouse)


Commit: dad10097b25a4f5d8974a46a0fbf30cf8f3e5776
    https://github.com/scummvm/scummvm/commit/dad10097b25a4f5d8974a46a0fbf30cf8f3e5776
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2017-12-23T00:30:31-06:00

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

Changed paths:
    configure


diff --git a/configure b/configure
index 4e55164..440f8fc 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