diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 17:43:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:37:59 +0000 |
commit | e708d0ab68c6cc47946177e5d7b896551b6ec0f5 (patch) | |
tree | e444882a11ea1f1d726a5fc83bc25bb567ae14ac | |
parent | e6e867558b4243670e03cd77709e947239d1b0b4 (diff) | |
download | poky-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>
-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 | ||