diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-14 19:33:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:52:52 +0100 |
commit | a3a4d78837b8504879439776ca8a0298e53e682b (patch) | |
tree | 707f1633d23398eebad8acddf25129e59d0ab4ad /meta-gnome/recipes-gnome/gnome-panel | |
parent | f5f8f1279a39f128fa0737af801d4119a414b485 (diff) | |
download | meta-openembedded-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/recipes-gnome/gnome-panel')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 2 |
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 3a413bd02..47c8b800b 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" | |||
10 | PR = "r7" | 10 | PR = "r7" |
11 | 11 | ||
12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ \ | 12 | DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ \ |
13 | pango libwnck gnome-menus cairo libgweather dbus-glib \ | 13 | pango libwnck gnome-menus cairo libgweather dbus dbus-glib \ |
14 | librsvg libcanberra" | 14 | librsvg libcanberra" |
15 | RDEPENDS_${PN} = "python" | 15 | RDEPENDS_${PN} = "python" |
16 | 16 | ||