mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
dconf: depends on dbus
configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515"
|
||||
SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955"
|
||||
GNOME_COMPRESS_TYPE = "xz"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+3 libxml2 intltool-native"
|
||||
DEPENDS = "dbus glib-2.0 gtk+3 libxml2 intltool-native"
|
||||
|
||||
inherit vala gtk-doc distro_features_check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user