git: f904d21e6eae - main - graphics/mesa-devel: fix warning with --auto-features=enabled

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 17:23:20 UTC
The branch main has been updated by jbeich:

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

commit f904d21e6eaed2472e13c51e34df1488d9b19f98
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 17:20:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 17:22:21 +0000

    graphics/mesa-devel: fix warning with --auto-features=enabled
    
    Run-time dependency directx-headers found: NO (tried pkgconfig and cmake)
    Run-time dependency directx-headers found: NO (tried pkgconfig and cmake)
    Looking for a fallback subproject for the dependency DirectX-Headers
    Git program not found, cannot download DirectX-Headers.wrap via git.
    Subproject  DirectX-Headers is buildable: NO (disabling)
    Dependency DirectX-Headers from subproject DirectX-Headers found: NO (subproject failed to configure)
    [...]
      Subprojects
        DirectX-Headers     : NO
                              Git program not found, cannot download DirectX-Headers.wrap via git.
    
    PR:             270361
---
 graphics/mesa-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 6f49080c3e61..f81418146ab4 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -39,6 +39,7 @@ MESON_ARGS=	-Dgallium-omx=disabled \
 		-Dgallium-xa=disabled \
 		-Dandroid-libbacktrace=disabled \
 		-Dlmsensors=disabled \
+		-Dmicrosoft-clc=disabled \
 		-Dvalgrind=disabled \
 		-Dglvnd=true \
 		-Dplatforms=${PLATFORMS:O:[-1..1]:ts,} \