summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libglade
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-09-30 17:43:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 10:00:08 +0100
commit2542b2f28fddadcc79824b72703167b6203d824f (patch)
tree2f2e2ae38143836ed61e073be8464ba48af40cab /meta/recipes-gnome/libglade
parent3010bc0106a259d17c9fdf64c7bc2a10d33289d7 (diff)
downloadpoky-2542b2f28fddadcc79824b72703167b6203d824f.tar.gz
libglade: add gdk-pixbuf dependency
(From OE-Core rev: eb709fceacab3ec33f38694d6238b96cb0474848) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libglade')
-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