diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 17:43:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-10 10:00:08 +0100 |
commit | 2542b2f28fddadcc79824b72703167b6203d824f (patch) | |
tree | 2f2e2ae38143836ed61e073be8464ba48af40cab | |
parent | 3010bc0106a259d17c9fdf64c7bc2a10d33289d7 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 2 |
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 | ||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | PR = "r1" | 11 | PR = "r1" |
12 | DEPENDS = "gtk+ gtk-doc-native" | 12 | DEPENDS = "gdk-pixbuf gtk+ gtk-doc-native" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnome | 14 | inherit autotools pkgconfig gnome |
15 | 15 | ||