summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-04 23:34:45 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-04 23:34:45 +0000
commitccb101ade6b24061e4bb737654b91bcccb23e511 (patch)
treeb0c1b8f836278e56f88123e7c4d32b89d99990da /meta/packages/gtk+/gtk+.inc
parent46da0489cdab63491feef337e919052f82e45248 (diff)
downloadpoky-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+/gtk+.inc')
-rw-r--r--meta/packages/gtk+/gtk+.inc2
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"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPL" 5LICENSE = "LGPL"
6PRIORITY = "optional" 6PRIORITY = "optional"
7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt" 7DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libgcrypt"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10