mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] wayland: libdecor is not a requirement of building
This commit is contained in:
parent
eaaef65791
commit
a2443cf926
@ -23,7 +23,7 @@ endfunction()
|
|||||||
# the first entry here is the default
|
# the first entry here is the default
|
||||||
add_desktop(xdg)
|
add_desktop(xdg)
|
||||||
|
|
||||||
pkg_check_modules(LIBDECOR REQUIRED IMPORTED_TARGET libdecor-0)
|
pkg_check_modules(LIBDECOR IMPORTED_TARGET libdecor-0)
|
||||||
if(LIBDECOR_FOUND)
|
if(LIBDECOR_FOUND)
|
||||||
option(ENABLE_LIBDECOR "Build with libdecor support" ON)
|
option(ENABLE_LIBDECOR "Build with libdecor support" ON)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user