aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-08 15:06:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-08 15:06:42 +0000
commitf93a97228a2e6a21821c0d30c81913e719ae7ad2 (patch)
treeb8c1c9e359059b8fe42cecbb401e2c2860e96dcb /graphics/mesa-devel/Makefile
parent8af4c266571b37ffd783a909b527e562607cc690 (diff)
downloadports-f93a97228a2e6a21821c0d30c81913e719ae7ad2.tar.gz
ports-f93a97228a2e6a21821c0d30c81913e719ae7ad2.zip
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.
Notes
Notes: svn path=/head/; revision=538220
Diffstat (limited to 'graphics/mesa-devel/Makefile')
-rw-r--r--graphics/mesa-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 8c30b74f08e7..28eefb8e193a 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -52,8 +52,8 @@ SHEBANG_FILES= src/vulkan/overlay-layer/${PORTNAME}-overlay-control.py
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}