Skip to content

Commit 80033b6

Browse files
committed
Wifi (DragonFly): fix building
1 parent 1c719fa commit 80033b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ elseif(FreeBSD)
708708
src/detection/uptime/uptime_bsd.c
709709
src/detection/users/users_linux.c
710710
src/detection/wallpaper/wallpaper_linux.c
711-
src/detection/wifi/wifi_bsd.c
712711
src/detection/wm/wm_nosupport.c
713712
src/detection/de/de_linux.c
714713
src/detection/wmtheme/wmtheme_linux.c
@@ -720,10 +719,12 @@ elseif(FreeBSD)
720719
if(DragonFly)
721720
list(APPEND LIBFASTFETCH_SRC
722721
src/detection/bluetooth/bluetooth_nosupport.c
722+
src/detection/wifi/wifi_nosupport.c
723723
)
724724
else()
725725
list(APPEND LIBFASTFETCH_SRC
726726
src/detection/bluetooth/bluetooth_bsd.c
727+
src/detection/wifi/wifi_bsd.c
727728
)
728729
endif()
729730
elseif(NetBSD)

0 commit comments

Comments
 (0)