[client] wayland: libdecor is not a requirement of building

This commit is contained in:
Geoffrey McRae 2023-11-10 05:12:56 +11:00
parent eaaef65791
commit a2443cf926

View File

@ -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()