aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-10-13 15:42:29 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-10-17 13:28:02 +0000
commitb5aaacbe1f06242a86fd9934cc9baa93d35f9127 (patch)
treeb9cb051928a46b0c66451d6518b02d125928ed32
parent235016480a8949c9e44ad92f9d0d2a8d88131a23 (diff)
downloadports-b5aaacbe1f06242a86fd9934cc9baa93d35f9127.tar.gz
ports-b5aaacbe1f06242a86fd9934cc9baa93d35f9127.zip
graphics/mesa-dri: Remove meson option gallium-clover
It doesn't exists and cause error with meson >= 0.60 PR: 259140 (cherry picked from commit cacd1d00442ac5c73ce9e4d76dda7ee18207a35c)
-rw-r--r--graphics/mesa-libs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index 1226680e0ec8..64f62cb08dce 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -37,7 +37,6 @@ MESON_ARGS+= -Dgallium-drivers="" \
-Dgallium-va=disabled \
-Dgallium-xa=disabled \
-Dgallium-nine=false \
- -Dgallium-clover=disabled \
-Dosmesa=false \
-Dtools="" \
-Degl=enabled \