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 authored and akallabeth committed Jan 10, 2024
1 parent 78cdb55 commit a371309
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 a371309

Please sign in to comment.