git: 4a58fa3d6dcc - main - graphics/libplacebo: unbreak with --auto-features=enabled

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

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

commit 4a58fa3d6dcc9ea906635c986840efe8a0298adc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:34:34 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:57 +0000

    graphics/libplacebo: unbreak with --auto-features=enabled
    
    src/d3d11/meson.build:3:0: ERROR: C header 'd3d11_4.h' not usable
    src/meson.build:148:0: ERROR: Dependency "dovi" not found, tried pkgconfig and cmake
    
    PR:             270361
---
 graphics/libplacebo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile
index 73c0ac531184..b087272b0277 100644
--- a/graphics/libplacebo/Makefile
+++ b/graphics/libplacebo/Makefile
@@ -14,7 +14,7 @@ USES=		compiler:c11 localbase:ldflags meson pkgconfig python:3.6+,build
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	haasn
-MESON_ARGS=	-Ddemos=false
+MESON_ARGS=	-Dd3d11=disabled -Dlibdovi=disabled -Ddemos=false
 
 OPTIONS_DEFINE=	LCMS2 LIBUNWIND OPENGL TEST VULKAN
 OPTIONS_DEFAULT=LCMS2 LIBUNWIND OPENGL SHADERC