aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4e551641ab..440f8fc2ac 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"