aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-12-14 19:33:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:52:52 +0100
commita3a4d78837b8504879439776ca8a0298e53e682b (patch)
tree707f1633d23398eebad8acddf25129e59d0ab4ad /meta-gnome
parentf5f8f1279a39f128fa0737af801d4119a414b485 (diff)
downloadmeta-openembedded-contrib-a3a4d78837b8504879439776ca8a0298e53e682b.tar.gz
gnome-panel: add dependency on dbus
* it's autodetected from sysroot: WARN: gnome-panel: gnome-panel rdepends on dbus-lib, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 3a413bd029..47c8b800b2 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -10,7 +10,7 @@ SECTION = "x11/gnome"
PR = "r7"
DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ \
- pango libwnck gnome-menus cairo libgweather dbus-glib \
+ pango libwnck gnome-menus cairo libgweather dbus dbus-glib \
librsvg libcanberra"
RDEPENDS_${PN} = "python"