mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
only compile wayland client when WAYLAND_FOUND
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user