git: cacd1d00442a - main - graphics/mesa-dri: Remove meson option gallium-clover

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 15:43:57 UTC
The branch main has been updated by manu:

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

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

    graphics/mesa-dri: Remove meson option gallium-clover
    
    It doesn't exists and cause error with meson >= 0.60
    
    PR:        259140
---
 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 \