From 062963d6cc0b2eaa92fcfad38145253c9130af13 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Sun, 24 Aug 2025 22:04:58 +0800 Subject: [PATCH] CMake (GNU): disable wifi support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6be7f85b4..97340f30b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1263,7 +1263,7 @@ elseif(GNU) src/detection/uptime/uptime_linux.c src/detection/users/users_linux.c src/detection/wallpaper/wallpaper_linux.c - src/detection/wifi/wifi_linux.c + src/detection/wifi/wifi_nosupport.c src/detection/wm/wm_linux.c src/detection/de/de_linux.c src/detection/wmtheme/wmtheme_linux.c