diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-04 23:34:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-04 23:34:45 +0000 |
commit | ccb101ade6b24061e4bb737654b91bcccb23e511 (patch) | |
tree | b0c1b8f836278e56f88123e7c4d32b89d99990da /meta/packages/gtk+ | |
parent | 46da0489cdab63491feef337e919052f82e45248 (diff) | |
download | poky-ccb101ade6b24061e4bb737654b91bcccb23e511.tar.gz |
gtk+.inc: Fix DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2835 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index 24a4c69692..b0a4a81450 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gtk.org" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt" | 7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt" |
8 | 8 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||