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>
This commit is contained in:
Alessandro Astone 2022-07-07 10:34:37 +02:00 committed by Marge Bot
parent f81d4b7649
commit c69ba3159a
1 changed files with 1 additions and 0 deletions

View File

@ -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