From 5e615d12d527d48558d135da90d2cf7c5b6bf464 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Sun, 16 Feb 2025 20:18:04 +0800 Subject: [PATCH] Gamepad (Haiku): enable --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6eada654..a21434a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1155,7 +1155,7 @@ elseif(Haiku) src/detection/loadavg/loadavg_nosupport.c src/detection/locale/locale_linux.c src/detection/localip/localip_linux.c - src/detection/gamepad/gamepad_nosupport.c + src/detection/gamepad/gamepad_haiku.cpp src/detection/media/media_linux.c src/detection/memory/memory_haiku.c src/detection/mouse/mouse_haiku.cpp @@ -1648,6 +1648,7 @@ elseif(Haiku) PRIVATE "network" PRIVATE "bnetapi" PRIVATE "media" + PRIVATE "device" PRIVATE "be" PRIVATE "gnu" )