.if ${PORT_OPTIONS:MWAYLAND}
MESON_ARGS+= -Dplatforms=x11,surfaceless,drm,wayland
.else
MESON_ARGS+= -Dplatforms=x11,surfaceless,drm
.endif
.if ${ARCH} == "i386"