aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-gallium-va
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-07-03 10:13:48 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-07-20 07:36:39 +0000
commit22a85734ff71983126a94a1970c534a45a9e730e (patch)
tree1fead8e389fc1250a7972554b55ec810663954eb /graphics/mesa-gallium-va
parent1c02555442edf5e255e65af6aa72e579987481d7 (diff)
downloadports-22a85734ff71983126a94a1970c534a45a9e730e.tar.gz
ports-22a85734ff71983126a94a1970c534a45a9e730e.zip
mesa*: Update to 21.1.5
- swrast is only a gallium driver now. - Bump needed llvm to 12 - libclc is still a llvm10, moving to >10 needs to change from where we pick libclc as its now part of llvm Differential Revision: https://reviews.freebsd.org/D31165 Reviewed by: kbowling, zeising
Diffstat (limited to 'graphics/mesa-gallium-va')
-rw-r--r--graphics/mesa-gallium-va/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 7dd18b20cc99..6ae4999185c4 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mesa-gallium-va
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 3
CATEGORIES= graphics
COMMENT= Mesa Gallium VAAPI drivers
@@ -32,7 +31,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dgbm=disabled \
-Dgles1=disabled \
-Dgles2=disabled \
- -Dosmesa=none \
+ -Dosmesa=false \
-Dglx=disabled \
-Ddri3=disabled