git: b5aaacbe1f06 - 2021Q4 - graphics/mesa-dri: Remove meson option gallium-clover

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Sun, 17 Oct 2021 13:28:22 UTC
The branch 2021Q4 has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5aaacbe1f06242a86fd9934cc9baa93d35f9127

commit b5aaacbe1f06242a86fd9934cc9baa93d35f9127
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-10-13 15:42:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-10-17 13:28:02 +0000

    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)
---
 graphics/mesa-libs/Makefile | 1 -
 1 file changed, 1 deletion(-)

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 \