All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/mesa3d: add lm-sensors optional dependency
@ 2017-03-19 20:51 Romain Naour
  2017-03-19 20:51 ` [Buildroot] [PATCH 2/3] package/x11r7/xserver_xorg-server: bump to version 1.19.3 Romain Naour
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Romain Naour @ 2017-03-19 20:51 UTC (permalink / raw)
  To: buildroot

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>
---
 package/mesa3d/mesa3d.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index d29a043..61baa50 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -180,6 +180,13 @@ else
 MESA3D_CONF_OPTS += --disable-gles1 --disable-gles2
 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
 MESA3D_CONF_OPTS += --with-llvm-prefix=$(STAGING_DIR)/usr/bin
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-30 22:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-19 20:51 [Buildroot] [PATCH 1/3] package/mesa3d: add lm-sensors optional dependency Romain Naour
2017-03-19 20:51 ` [Buildroot] [PATCH 2/3] package/x11r7/xserver_xorg-server: bump to version 1.19.3 Romain Naour
2017-03-20 18:40   ` Bernd Kuhls
2017-03-20 21:21     ` Thomas Petazzoni
2017-03-20 21:46       ` Romain Naour
2017-03-19 20:51 ` [Buildroot] [PATCH 3/3] package/x11r7/xdriver_xf86-video-ati: bump version to 7.9.0 Romain Naour
2017-03-20 21:21 ` [Buildroot] [PATCH 1/3] package/mesa3d: add lm-sensors optional dependency Thomas Petazzoni
2017-03-30 22:19 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.