File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,6 @@ elseif(FreeBSD)
618
618
src/common/sysctl.c
619
619
src/detection/battery/battery_bsd.c
620
620
src/detection/bios/bios_bsd.c
621
- src/detection/bluetooth/bluetooth_bsd.c
622
621
src/detection/bluetoothradio/bluetoothradio_nosupport.c
623
622
src/detection/board/board_bsd.c
624
623
src/detection/bootmgr/bootmgr_bsd.c
@@ -691,6 +690,15 @@ elseif(FreeBSD)
691
690
src/util/platform/FFPlatform_unix.c
692
691
src/util/binary_linux.c
693
692
)
693
+ if (DragonFly )
694
+ list (APPEND LIBFASTFETCH_SRC
695
+ src/detection/bluetooth/bluetooth_nosupport.c
696
+ )
697
+ else ()
698
+ list (APPEND LIBFASTFETCH_SRC
699
+ src/detection/bluetooth/bluetooth_bsd.c
700
+ )
701
+ endif ()
694
702
elseif (NetBSD )
695
703
list (APPEND LIBFASTFETCH_SRC
696
704
src/common/dbus.c
You can’t perform that action at this time.
0 commit comments