[cmake,build] enable wayland on BSD

https://reviews.freebsd.org/differential/changeset/?ref=1272215
This commit is contained in:
Armin Novak 2024-01-05 14:23:13 +01:00 committed by akallabeth
parent 78cdb555c5
commit a371309672

View File

@ -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")