summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorAlessandro Astone <ales.astone@gmail.com>2022-07-07 10:34:37 +0200
committerMarge Bot <emma+marge@anholt.net>2022-08-12 08:51:11 +0000
commitc69ba3159a6e65a2108cbffefda25a2bf4e09e4f (patch)
treef6685d7cdb39795672aaa35ac00eb285f3a5e01d /android
parentf81d4b76492497ee2beb2c360df849bd7a292294 (diff)
downloadmesa-c69ba3159a6e65a2108cbffefda25a2bf4e09e4f.tar.gz
Android.mk: Disable lmsensors
Meson might incorrectly enable sensors if it detects lmsensors on the host system. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6805 Cc: "22.0" "22.1" "22.2" mesa-stable Reviewed-by: Roman Stratiienko <r.stratiienko@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17391>
Diffstat (limited to 'android')
-rw-r--r--android/mesa3d_cross.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk
index 5b115d9a19b..52a3fb7c912 100644
--- a/android/mesa3d_cross.mk
+++ b/android/mesa3d_cross.mk
@@ -91,6 +91,7 @@ MESON_GEN_NINJA := \
-Dgbm=enabled \
-Degl=enabled \
-Dcpp_rtti=false \
+ -Dlmsensors=disabled \
MESON_BUILD := PATH=/usr/bin:/bin:/sbin:$$PATH ninja -C $(MESON_OUT_DIR)/build