Skip to content

Commit 5e615d1

Browse files
committed
Gamepad (Haiku): enable
1 parent 17711ee commit 5e615d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ elseif(Haiku)
11551155
src/detection/loadavg/loadavg_nosupport.c
11561156
src/detection/locale/locale_linux.c
11571157
src/detection/localip/localip_linux.c
1158-
src/detection/gamepad/gamepad_nosupport.c
1158+
src/detection/gamepad/gamepad_haiku.cpp
11591159
src/detection/media/media_linux.c
11601160
src/detection/memory/memory_haiku.c
11611161
src/detection/mouse/mouse_haiku.cpp
@@ -1648,6 +1648,7 @@ elseif(Haiku)
16481648
PRIVATE "network"
16491649
PRIVATE "bnetapi"
16501650
PRIVATE "media"
1651+
PRIVATE "device"
16511652
PRIVATE "be"
16521653
PRIVATE "gnu"
16531654
)

0 commit comments

Comments
 (0)