Date: Mon, 24 Nov 2025 22:04:34 +0000 Message-ID: <6924d672.32a3e.675bdbe2@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=323dd6b0f3b9b0bc8a4a735b094d2626fcdfa2b1 commit 323dd6b0f3b9b0bc8a4a735b094d2626fcdfa2b1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-11-24 08:17:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-11-24 22:02:46 +0000 graphics/libplacebo: simplify MESON_ARGS after 5cf2c031f53e --- graphics/libplacebo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index 104571959fb1..24a7d58abd15 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -18,7 +18,8 @@ USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= videolan GH_TUPLE= fastfloat:fast_float:v5.2.0:fast_float/3rdparty/fast_float -MESON_ARGS= -Dd3d11=disabled -Dlibdovi=disabled -Ddemos=false +MESON_DISABLED= d3d11 libdovi +MESON_FALSE= demos OPTIONS_DEFINE= LCMS2 LIBUNWIND OPENGL TEST VULKAN XXHASH OPTIONS_DEFAULT=LCMS2 LIBUNWIND OPENGL SHADERC XXHASH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d672.32a3e.675bdbe2>
