Skip to content

Commit

Permalink
[cmake,build] enable wayland on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Novak committed Jan 5, 2024
1 parent 09c1269 commit 48de556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 48de556

Please sign in to comment.