View | Details | Raw Unified | Return to bug 247000 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/mesa-libs/Makefile (+2 lines)
Lines 42-47 Link Here
42
42
43
.if ${PORT_OPTIONS:MWAYLAND}
43
.if ${PORT_OPTIONS:MWAYLAND}
44
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm,wayland
44
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm,wayland
45
.else
46
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm
45
.endif
47
.endif
46
48
47
.if ${ARCH} == "i386"
49
.if ${ARCH} == "i386"

Return to bug 247000