svn commit: r538220 - head/graphics/mesa-devel

Jan Beich jbeich at FreeBSD.org
Mon Jun 8 15:06:43 UTC 2020


Author: jbeich
Date: Mon Jun  8 15:06:42 2020
New Revision: 538220
URL: https://svnweb.freebsd.org/changeset/ports/538220

Log:
  graphics/mesa-devel: silence option warnings after r537516
  
  meson.build:548: WARNING: gallium-xvmc option "false" deprecated, please use "disabled" instead.
  meson.build:705: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.

Modified:
  head/graphics/mesa-devel/Makefile   (contents, props changed)

Modified: head/graphics/mesa-devel/Makefile
==============================================================================
--- head/graphics/mesa-devel/Makefile	Mon Jun  8 14:08:29 2020	(r538219)
+++ head/graphics/mesa-devel/Makefile	Mon Jun  8 15:06:42 2020	(r538220)
@@ -52,8 +52,8 @@ SHEBANG_FILES=	src/vulkan/overlay-layer/${PORTNAME}-ov
 PLATFORMS=	${PORT_OPTIONS:MX11:tl} ${PORT_OPTIONS:MWAYLAND:tl} drm surfaceless
 MESON_ARGS=	-Dgallium-omx=disabled \
 		-Dgallium-opencl=disabled \
-		-Dgallium-xa=false \
-		-Dgallium-xvmc=false \
+		-Dgallium-xa=disabled \
+		-Dgallium-xvmc=disabled \
 		-Dplatforms=${PLATFORMS:ts,} \
 		${PKGNAMESUFFIX:S/^/-Degl-lib-suffix=/} \
 		${NULL}


More information about the svn-ports-all mailing list