diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-19 07:13:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 11:09:48 +0200 |
commit | 1c7f6c2609caa6db80ca3727aa379e99cf9ecad6 (patch) | |
tree | 87adad09f19e2654746b0795c09435453fe58dd3 /meta-gnome | |
parent | 7839b41773962011696ed02924136b00447cb382 (diff) | |
download | meta-openembedded-1c7f6c2609caa6db80ca3727aa379e99cf9ecad6.tar.gz |
gnome-panel3: add dconf to DEPENDS
* fixes:
| configure:14455: error: Package requirements (gdk-pixbuf-2.0 >=
2.7.1 pango >= 1.15.4 gtk+-3.0 >= 3.0 cairo-xlib glib-2.0 >= 2.25.12
gio-2.0 >= 2.25.12 gio-unix-2.0 >= 2.25.12 gnome-desktop-3.0 >= 2.91.0
gconf-2.0 >= 2.6.1 libgnome-menu >= 2.27.92 dconf) were not met:
|
| No package 'dconf' found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb index c7be8d04a..bd21ca11b 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
12 | 12 | ||
13 | SECTION = "x11/gnome" | 13 | SECTION = "x11/gnome" |
14 | 14 | ||
15 | DEPENDS = "gnome-doc-utils-native gtk+3 gconf glib-2.0 gnome-desktop3 gtk+ pango libwnck3 gnome-menus cairo libgweather3 dbus-glib librsvg libcanberra" | 15 | DEPENDS = "gnome-doc-utils-native gtk+3 dconf gconf glib-2.0 gnome-desktop3 gtk+ pango libwnck3 gnome-menus cairo libgweather3 dbus-glib librsvg libcanberra" |
16 | 16 | ||
17 | inherit gtk-doc gnome gettext pkgconfig | 17 | inherit gtk-doc gnome gettext pkgconfig |
18 | 18 | ||