aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 17:07:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 17:16:03 +0000
commitd7b48d44246e59b72db35c306ae31a509982abd9 (patch)
treef26ba8878032813876906637fca6dc20fe5af364 /graphics
parenta9e25d866fb01b0cb8c96df77247133c75c0d042 (diff)
downloadports-d7b48d44246e59b72db35c306ae31a509982abd9.tar.gz
ports-d7b48d44246e59b72db35c306ae31a509982abd9.zip
graphics/mesa-devel: unbreak with --auto-features=enabled
meson.build:792:0: ERROR: Feature android-libbacktrace cannot be enabled: `-D android-libbacktrace=enabled` makes no sense without `-D platforms=android` meson.build:1783:0: ERROR: Dependency "valgrind" not found, tried pkgconfig meson.build:2018:0: ERROR: C shared or static library 'sensors' not found PR: 270361
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mesa-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 2a2289bd6a26..6f49080c3e61 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -37,6 +37,9 @@ BINARY_ALIAS= python=${PYTHON_CMD}
SHEBANG_FILES= src/vulkan/overlay-layer/${PORTNAME}-overlay-control.py
MESON_ARGS= -Dgallium-omx=disabled \
-Dgallium-xa=disabled \
+ -Dandroid-libbacktrace=disabled \
+ -Dlmsensors=disabled \
+ -Dvalgrind=disabled \
-Dglvnd=true \
-Dplatforms=${PLATFORMS:O:[-1..1]:ts,} \
${NULL}