Skip to content

Commit 55909c4

Browse files
committed
CMake (OpenBSD): enable bluetooth detection
I don't think it work, though
1 parent 7ceabcc commit 55909c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ elseif(OpenBSD)
761761
src/common/sysctl.c
762762
src/detection/battery/battery_nosupport.c
763763
src/detection/bios/bios_nosupport.c
764-
src/detection/bluetooth/bluetooth_nosupport.c
765-
src/detection/bluetoothradio/bluetoothradio_nosupport.c
764+
src/detection/bluetooth/bluetooth_linux.c
765+
src/detection/bluetoothradio/bluetoothradio_linux.c
766766
src/detection/board/board_nosupport.c
767767
src/detection/bootmgr/bootmgr_nosupport.c
768768
src/detection/brightness/brightness_nosupport.c

0 commit comments

Comments
 (0)