aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pango
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-03-26 15:28:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-26 15:28:47 +0000
commitc6dd6e16041dbf49eb1bbe1ee77efbd47a141f29 (patch)
treec966337c5077bedfdd34521cc1dc54a34547cda3 /packages/pango
parentf99be137f0b52cfb0d568d15707226e26473262e (diff)
downloadopenembedded-c6dd6e16041dbf49eb1bbe1ee77efbd47a141f29.tar.gz
Update several DEPENDS to match recent xlibs renaming
Diffstat (limited to 'packages/pango')
-rw-r--r--packages/pango/pango_1.12.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pango/pango_1.12.0.bb b/packages/pango/pango_1.12.0.bb
index 4b6459e034..e06e659b7b 100644
--- a/packages/pango/pango_1.12.0.bb
+++ b/packages/pango/pango_1.12.0.bb
@@ -1,7 +1,7 @@
LICENSE = "LGPL"
SECTION = "x11/libs"
# Xt needed to keep autoconf's check for X11 happy
-DEPENDS = "glib-2.0 fontconfig freetype zlib x11 libxft xt gtk-doc cairo"
+DEPENDS = "glib-2.0 fontconfig freetype zlib libx11 libxft libxt 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."