@@ -1132,13 +1132,13 @@ elseif(Haiku)
11321132 src/detection/chassis/chassis_windows.c
11331133 src/detection/cpu/cpu_haiku.c
11341134 src/detection/cpucache/cpucache_shared.c
1135- src/detection/cpuusage/cpuusage_nosupport .c
1135+ src/detection/cpuusage/cpuusage_haiku .c
11361136 src/detection/cursor/cursor_nosupport.c
1137- src/detection/bluetooth/bluetooth_nosupport.c
1137+ src/detection/bluetooth/bluetooth_haiku.cpp
11381138 src/detection/bluetoothradio/bluetoothradio_nosupport.c
11391139 src/detection/disk/disk_haiku.cpp
11401140 src/detection/dns/dns_linux.c
1141- src/detection/physicaldisk/physicaldisk_nosupport .c
1141+ src/detection/physicaldisk/physicaldisk_haiku .c
11421142 src/detection/physicalmemory/physicalmemory_linux.c
11431143 src/detection/diskio/diskio_nosupport.c
11441144 src/detection/displayserver/displayserver_haiku.cpp
@@ -1149,18 +1149,18 @@ elseif(Haiku)
11491149 src/detection/host/host_windows.c
11501150 src/detection/icons/icons_nosupport.c
11511151 src/detection/initsystem/initsystem_haiku.cpp
1152- src/detection/keyboard/keyboard_nosupport.c
1152+ src/detection/keyboard/keyboard_haiku.cpp
11531153 src/detection/libc/libc_nosupport.c
11541154 src/detection/lm/lm_nosupport.c
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
1161- src/detection/mouse/mouse_nosupport.c
1162- src/detection/netio/netio_nosupport.c
1163- src/detection/opengl/opengl_linux.c
1161+ src/detection/mouse/mouse_haiku.cpp
1162+ src/detection/netio/netio_haiku.cpp
1163+ src/detection/opengl/opengl_haiku.cpp
11641164 src/detection/os/os_haiku.c
11651165 src/detection/packages/packages_haiku.c
11661166 src/detection/poweradapter/poweradapter_nosupport.c
@@ -1646,7 +1646,11 @@ elseif(ANDROID)
16461646elseif (Haiku)
16471647 target_link_libraries (libfastfetch
16481648 PRIVATE "network"
1649+ PRIVATE "bnetapi"
16491650 PRIVATE "media"
1651+ PRIVATE "device"
1652+ PRIVATE "bluetooth"
1653+ PRIVATE "GL"
16501654 PRIVATE "be"
16511655 PRIVATE "gnu"
16521656 )
0 commit comments