git: 7099330c27c1 - main - graphics/mesa-devel: simplify MESON_ARGS after 5cf2c031f53e
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Nov 2025 22:04:35 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7099330c27c1220d60a620d9752ba0b15ac098a0
commit 7099330c27c1220d60a620d9752ba0b15ac098a0
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-22 13:56:24 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:46 +0000
graphics/mesa-devel: simplify MESON_ARGS after 5cf2c031f53e
---
graphics/mesa-devel/Makefile | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index df2ecd61f03b..37abf29299b3 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -33,16 +33,10 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.freedesktop.org
BINARY_ALIAS= python=${PYTHON_CMD}
SHEBANG_FILES= src/vulkan/*/*control.py
-MESON_ARGS= -Dgallium-mediafoundation=disabled \
- -Dandroid-libbacktrace=disabled \
- -Dlibunwind=disabled \
- -Dlmsensors=disabled \
- -Dmicrosoft-clc=disabled \
- -Dvalgrind=disabled \
- -Dplatforms=${PLATFORMS:O:[-1..1]:ts,} \
- -Dvideo-codecs=all \
- -Dunversion-libgallium=true \
- ${NULL}
+MESON_DISABLED= android-libbacktrace gallium-mediafoundation \
+ libunwind lmsensors microsoft-clc valgrind
+MESON_TRUE= unversion-libgallium
+MESON_ARGS= -Dplatforms=${PLATFORMS:O:[-1..1]:ts,} -Dvideo-codecs=all
LDFLAGS+= -Wl,--undefined-version # https://gitlab.freedesktop.org/mesa/mesa/-/issues/8003
PLIST_SUB= ARCH=${ARCH:S/amd/x86_/}