mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/mesa3d: add lm-sensors optional dependency
radeon-pci-0008 Adapter: PCI adapter temp1: +56.0 C (crit = +120.0 C, hyst = +90.0 C) Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
865b1e92a2
commit
73401587e5
@ -180,6 +180,13 @@ else
|
|||||||
MESA3D_CONF_OPTS += --disable-gles1 --disable-gles2
|
MESA3D_CONF_OPTS += --disable-gles1 --disable-gles2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LM_SENSORS),y)
|
||||||
|
MESA3D_CONF_OPTS += --enable-lmsensors
|
||||||
|
MESA3D_DEPENDENCIES += lm-sensors
|
||||||
|
else
|
||||||
|
MESA3D_CONF_OPTS += --disable-lmsensors
|
||||||
|
endif
|
||||||
|
|
||||||
# Avoid automatic search of llvm-config
|
# Avoid automatic search of llvm-config
|
||||||
MESA3D_CONF_OPTS += --with-llvm-prefix=$(STAGING_DIR)/usr/bin
|
MESA3D_CONF_OPTS += --with-llvm-prefix=$(STAGING_DIR)/usr/bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user