From a2443cf926952f829a30731969f6a4c90495fdfc Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 10 Nov 2023 05:12:56 +1100 Subject: [PATCH] [client] wayland: libdecor is not a requirement of building --- client/displayservers/Wayland/desktops/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/displayservers/Wayland/desktops/CMakeLists.txt b/client/displayservers/Wayland/desktops/CMakeLists.txt index 091ea098..735096c4 100644 --- a/client/displayservers/Wayland/desktops/CMakeLists.txt +++ b/client/displayservers/Wayland/desktops/CMakeLists.txt @@ -23,7 +23,7 @@ endfunction() # the first entry here is the default add_desktop(xdg) -pkg_check_modules(LIBDECOR REQUIRED IMPORTED_TARGET libdecor-0) +pkg_check_modules(LIBDECOR IMPORTED_TARGET libdecor-0) if(LIBDECOR_FOUND) option(ENABLE_LIBDECOR "Build with libdecor support" ON) else()