mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +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)
|
||||
endif()
|
||||
|
||||
if((UNIX OR CYGWIN) AND NOT BSD)
|
||||
if(UNIX OR CYGWIN)
|
||||
set(WAYLAND_FEATURE_TYPE "RECOMMENDED")
|
||||
else()
|
||||
set(WAYLAND_FEATURE_TYPE "DISABLED")
|
||||
|
||||
Reference in New Issue
Block a user