diff options
author | Andy Kling <andreas.kling@peiker-cee.de> | 2017-02-10 10:07:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:35 +0100 |
commit | d614f8c16e032f93bb6fdcb3f6634c396e743c20 (patch) | |
tree | 71560d18be40ab80e591cb7b8f6efd3382d61b35 /meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | |
parent | 26e52a261922603247789f8dd8bd322ea2e1c121 (diff) | |
download | meta-openembedded-d614f8c16e032f93bb6fdcb3f6634c396e743c20.tar.gz |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb index f38be880f..2830e717b 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515" | |||
9 | SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" | 9 | SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" |
10 | GNOME_COMPRESS_TYPE = "xz" | 10 | GNOME_COMPRESS_TYPE = "xz" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0 gtk+3 libxml2 intltool-native" | 12 | DEPENDS = "dbus glib-2.0 gtk+3 libxml2 intltool-native" |
13 | 13 | ||
14 | inherit vala gtk-doc distro_features_check | 14 | inherit vala gtk-doc distro_features_check |
15 | 15 | ||