View | Details | Raw Unified | Return to bug 224659
Collapse All | Expand All

(-)b/graphics/mesa-dri/Makefile (-1 / +1 lines)
Lines 78-84 LDFLAGS+= -B${LOCALBASE}/bin Link Here
78
78
79
# enables VK_KHR_wayland_surface in Vulkan drivers
79
# enables VK_KHR_wayland_surface in Vulkan drivers
80
.if ${PORT_OPTIONS:MWAYLAND}
80
.if ${PORT_OPTIONS:MWAYLAND}
81
CONFIGURE_ARGS+=	--with-platforms=x11,drm,wayland
81
CONFIGURE_ARGS+=	--with-platforms=x11,drm,wayland,surfaceless
82
. if empty(VULKAN_DRIVERS)
82
. if empty(VULKAN_DRIVERS)
83
IGNORE=	option WAYLAND is only valid on platforms with Vulkan
83
IGNORE=	option WAYLAND is only valid on platforms with Vulkan
84
. endif
84
. endif
(-)b/graphics/mesa-libs/Makefile (-1 / +1 lines)
Lines 26-32 CONFIGURE_ARGS+= --with-dri-drivers="" --with-gallium-drivers="" Link Here
26
# libEGL needs gallium enabled which depends on llvm
26
# libEGL needs gallium enabled which depends on llvm
27
.if "${MESA_LLVM_VER}" != ""
27
.if "${MESA_LLVM_VER}" != ""
28
.if ${PORT_OPTIONS:MWAYLAND}
28
.if ${PORT_OPTIONS:MWAYLAND}
29
CONFIGURE_ARGS+=	--with-platforms=x11,drm,wayland
29
CONFIGURE_ARGS+=	--with-platforms=x11,drm,wayland,surfaceless
30
.else
30
.else
31
CONFIGURE_ARGS+=	--with-platforms=x11,drm
31
CONFIGURE_ARGS+=	--with-platforms=x11,drm
32
.endif
32
.endif

Return to bug 224659