only compile wayland client when WAYLAND_FOUND
This commit is contained in:
parent
6ebf452513
commit
6603039c2d
@ -36,7 +36,7 @@ if(FREERDP_VENDOR AND WITH_CLIENT)
|
||||
add_subdirectory(X11)
|
||||
endif()
|
||||
|
||||
if(WITH_WAYLAND)
|
||||
if(WITH_WAYLAND AND WAYLAND_FOUND)
|
||||
add_subdirectory(Wayland)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user