Skip to content

common: Fix build with wayland disabled on FreeBSD

Ting-Wei Lan requested to merge wip/lantw/fix-non-wayland-build into master

HAVE_WAYLAND is always defined. We should check whether it is set to a non-zero value instead of checking whether it is defined.

Merge request reports