mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake,build] enable wayland on BSD
https://reviews.freebsd.org/differential/changeset/?ref=1272215
This commit is contained in:
@@ -494,7 +494,7 @@ else()
|
|||||||
unset(FREERDP_HAVE_VALGRIND_MEMCHECK_H CACHE)
|
unset(FREERDP_HAVE_VALGRIND_MEMCHECK_H CACHE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if((UNIX OR CYGWIN) AND NOT BSD)
|
if(UNIX OR CYGWIN)
|
||||||
set(WAYLAND_FEATURE_TYPE "RECOMMENDED")
|
set(WAYLAND_FEATURE_TYPE "RECOMMENDED")
|
||||||
else()
|
else()
|
||||||
set(WAYLAND_FEATURE_TYPE "DISABLED")
|
set(WAYLAND_FEATURE_TYPE "DISABLED")
|
||||||
|
|||||||
Reference in New Issue
Block a user