We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c719fa commit 80033b6Copy full SHA for 80033b6
CMakeLists.txt
@@ -708,7 +708,6 @@ elseif(FreeBSD)
708
src/detection/uptime/uptime_bsd.c
709
src/detection/users/users_linux.c
710
src/detection/wallpaper/wallpaper_linux.c
711
- src/detection/wifi/wifi_bsd.c
712
src/detection/wm/wm_nosupport.c
713
src/detection/de/de_linux.c
714
src/detection/wmtheme/wmtheme_linux.c
@@ -720,10 +719,12 @@ elseif(FreeBSD)
720
719
if(DragonFly)
721
list(APPEND LIBFASTFETCH_SRC
722
src/detection/bluetooth/bluetooth_nosupport.c
+ src/detection/wifi/wifi_nosupport.c
723
)
724
else()
725
726
src/detection/bluetooth/bluetooth_bsd.c
727
+ src/detection/wifi/wifi_bsd.c
728
729
endif()
730
elseif(NetBSD)
0 commit comments