summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-09-30 17:43:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:59 +0000
commite708d0ab68c6cc47946177e5d7b896551b6ec0f5 (patch)
treee444882a11ea1f1d726a5fc83bc25bb567ae14ac /meta/recipes-gnome
parente6e867558b4243670e03cd77709e947239d1b0b4 (diff)
downloadpoky-e708d0ab68c6cc47946177e5d7b896551b6ec0f5.tar.gz
libglade: add gdk-pixbuf dependency
(From OE-Core rev: eb709fceacab3ec33f38694d6238b96cb0474848) (From OE-Core rev: c0382636ee2cfc0ea74464904d94eb1178512700) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libglade/libglade_2.6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
index b0e0339554..90a7b33d63 100644
--- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb
+++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
9 9
10SECTION = "libs" 10SECTION = "libs"
11PR = "r1" 11PR = "r1"
12DEPENDS = "gtk+ gtk-doc-native" 12DEPENDS = "gdk-pixbuf gtk+ gtk-doc-native"
13 13
14inherit autotools pkgconfig gnome 14inherit autotools pkgconfig gnome
15 15