From 20fafa5a21adcbf13b038328fe9d7e4a4d91f8a6 Mon Sep 17 00:00:00 2001 From: Carter Li Date: Sun, 24 Aug 2025 19:56:43 +0800 Subject: [PATCH] WM (GNU): enable --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27588b31a..6be7f85b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1264,7 +1264,7 @@ elseif(GNU) src/detection/users/users_linux.c src/detection/wallpaper/wallpaper_linux.c src/detection/wifi/wifi_linux.c - src/detection/wm/wm_nosupport.c + src/detection/wm/wm_linux.c src/detection/de/de_linux.c src/detection/wmtheme/wmtheme_linux.c src/detection/camera/camera_nosupport.c