diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 15:06:10 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | 5f1f17f07641347a030b47e1d877c28389855e29 (patch) | |
tree | b37e21d59185bf22168010347214f22c40ece222 /meta | |
parent | d29f2cceafe95fa079e2ca9155f9389a21c25c26 (diff) | |
download | poky-5f1f17f07641347a030b47e1d877c28389855e29.tar.gz |
gtk+: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index e8fe233382..f7fa00d5c4 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc | |||
@@ -1,8 +1,11 @@ | |||
1 | DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ | 1 | DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ |
2 | set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." | 2 | set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." |
3 | HOMEPAGE = "http://www.gtk.org" | 3 | HOMEPAGE = "http://www.gtk.org" |
4 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
5 | |||
6 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | ||
7 | |||
4 | SECTION = "libs" | 8 | SECTION = "libs" |
5 | LICENSE = "LGPL" | ||
6 | PRIORITY = "optional" | 9 | PRIORITY = "optional" |
7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ | 10 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ |
8 | libgcrypt libxdamage libxrender libxcomposite cairo" | 11 | libgcrypt libxdamage libxrender libxcomposite cairo" |