diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-01 18:21:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 18:21:32 +0000 |
commit | 2fb5f01e23b04e171d4dea6e5d1af5640386efac (patch) | |
tree | eb7e4577065e4795754c264f90a335d81c805207 /packages/pango/pango_1.2.5.bb | |
parent | 46698c5ce7137787023e838a0f1fd9a0ff214b17 (diff) |
all over the place: adapt DEPENDS to new xlib names
Diffstat (limited to 'packages/pango/pango_1.2.5.bb')
-rw-r--r-- | packages/pango/pango_1.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pango/pango_1.2.5.bb b/packages/pango/pango_1.2.5.bb index ed71f43370..1380a6af52 100644 --- a/packages/pango/pango_1.2.5.bb +++ b/packages/pango/pango_1.2.5.bb @@ -1,6 +1,6 @@ LICENSE = "LGPL" SECTION = "x11/libs" -DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt" +DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft libxt" DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." |