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

(-)b/graphics/mesa-libs/Makefile (+1 lines)
Lines 49-54 MESON_ARGS+= -Dandroid-libbacktrace=disabled \ Link Here
49
		-Dglvnd=enabled
49
		-Dglvnd=enabled
50
# Building EGL and GBM requires a driver so add r300
50
# Building EGL and GBM requires a driver so add r300
51
MESON_ARGS+=	-Dgallium-drivers="r300"
51
MESON_ARGS+=	-Dgallium-drivers="r300"
52
MESON_ARGS+=	${"${ARCH:Mamd64}":?:-Dintel-rt=disabled} 
52
53
53
.if ${PORT_OPTIONS:MX11}
54
.if ${PORT_OPTIONS:MX11}
54
MESA_PLATFORMS+=	x11
55
MESA_PLATFORMS+=	x11

Return to bug 280979