From c69ba3159a6e65a2108cbffefda25a2bf4e09e4f Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 7 Jul 2022 10:34:37 +0200 Subject: [PATCH] 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 Part-of: --- android/mesa3d_cross.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/android/mesa3d_cross.mk b/android/mesa3d_cross.mk index 5b115d9a19b63..52a3fb7c91203 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