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

Collapse All | Expand All

(-)graphics/mesa-dri/Makefile (+2 lines)
Lines 78-83 Link Here
78
# enables VK_KHR_wayland_surface in Vulkan drivers
78
# enables VK_KHR_wayland_surface in Vulkan drivers
79
.if ${PORT_OPTIONS:MWAYLAND} && !empty(VULKAN_DRIVERS)
79
.if ${PORT_OPTIONS:MWAYLAND} && !empty(VULKAN_DRIVERS)
80
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm,wayland
80
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm,wayland
81
.else
82
MESON_ARGS+=	-Dplatforms=x11,surfaceless,drm
81
.endif
83
.endif
82
84
83
MESON_ARGS+=	-Ddri-drivers="${DRI_DRIVERS:ts,:tl}" \
85
MESON_ARGS+=	-Ddri-drivers="${DRI_DRIVERS:ts,:tl}" \
(-)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