diff options
author | Ross Burton <ross@openedhand.com> | 2006-11-20 14:43:20 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-11-20 14:43:20 +0000 |
commit | eb0d34da85e3508132a5d51bfc9b7fd82e1f3fcc (patch) | |
tree | d4a88e8895faae1e3d16a36ef1f60726c546d158 /meta/packages/pango/pango_1.10.2.bb | |
parent | 9101515a49c1e936f55a8f981d286cd9087a3337 (diff) | |
download | poky-eb0d34da85e3508132a5d51bfc9b7fd82e1f3fcc.tar.gz |
We patch out Xt from the X11 check, so remove libxt depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@882 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pango/pango_1.10.2.bb')
-rw-r--r-- | meta/packages/pango/pango_1.10.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/pango/pango_1.10.2.bb b/meta/packages/pango/pango_1.10.2.bb index bdcaad02af..bb55d29e00 100644 --- a/meta/packages/pango/pango_1.10.2.bb +++ b/meta/packages/pango/pango_1.10.2.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | LICENSE = "LGPL" | 1 | LICENSE = "LGPL" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | # Xt needed to keep autoconf's check for X11 happy | 3 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" |
4 | DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft libxt gtk-doc cairo" | ||
5 | DESCRIPTION = "The goal of the Pango project is to provide an \ | 4 | DESCRIPTION = "The goal of the Pango project is to provide an \ |
6 | Open Source framework for the layout and rendering of \ | 5 | Open Source framework for the layout and rendering of \ |
7 | internationalized text." | 6 | internationalized text." |