diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 15:24:24 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 15:24:24 +0000 |
commit | f01d630a3e356f2815fe537f6fd9b94232d1a66e (patch) | |
tree | 55f64c70c7fbe877c5efaf496e9cd01f104059e8 /packages/pango/pango_1.10.2.bb | |
parent | e7b5aa1fe6af045324fd1e358878a49916af7cd2 (diff) |
pango: Remove DEPENDS on (lib)xt. OE's autoconf has a patch which should fix this problem and avoid this DEPEND (from poky)
Diffstat (limited to 'packages/pango/pango_1.10.2.bb')
-rw-r--r-- | packages/pango/pango_1.10.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/pango/pango_1.10.2.bb b/packages/pango/pango_1.10.2.bb index 8a16eb71fc..7faf2d9d7e 100644 --- a/packages/pango/pango_1.10.2.bb +++ b/packages/pango/pango_1.10.2.bb @@ -1,7 +1,6 @@ LICENSE = "LGPL" SECTION = "x11/libs" -# Xt needed to keep autoconf's check for X11 happy -DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft libxt gtk-doc cairo" +DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." |