aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 19:34:34 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 19:58:57 +0000
commit4a58fa3d6dcc9ea906635c986840efe8a0298adc (patch)
tree712058f04d2853cc371c93e0d5afdb0b976604e7
parent1821334ec43b006c335e84a000526af85ec6e8fe (diff)
downloadports-4a58fa3d6dcc9ea906635c986840efe8a0298adc.tar.gz
ports-4a58fa3d6dcc9ea906635c986840efe8a0298adc.zip
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
-rw-r--r--graphics/libplacebo/Makefile2
1 files changed, 1 insertions, 1 deletions
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