mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 03:44:06 +08:00
[cmake,build] enable wayland on BSD
https://reviews.freebsd.org/differential/changeset/?ref=1272215
This commit is contained in:
parent
78cdb555c5
commit
a371309672
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user