mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
thermald: Add glib-2.0-native to DEPENDS
Thermald uses the command glib-genmarshal to build, which is from glib-2.0-native. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
b7ef51cf8e
commit
5c1515beb1
|
@ -6,7 +6,7 @@ compensation using available cooling methods."
|
|||
|
||||
HOMEPAGE = "https://github.com/01org/thermal_daemon"
|
||||
|
||||
DEPENDS = "dbus dbus-glib libxml2 glib-2.0"
|
||||
DEPENDS = "dbus dbus-glib libxml2 glib-2.0 glib-2.0-native"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user