aboutsummaryrefslogtreecommitdiffstats
path: root/fontconfig
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-18 01:18:39 +0000
committerChris Larson <clarson@kergoth.com>2003-12-18 01:18:39 +0000
commit28db73853e00094f7428df8e3596ce27ff4d9028 (patch)
tree49a392386ae11aa7f2f7f5730f2f059a544f594e /fontconfig
parentff7ddb16816b202ba2fcec5662325ad02d9197b3 (diff)
downloadopenembedded-28db73853e00094f7428df8e3596ce27ff4d9028.tar.gz
BUGFIX: fontcocnfig needs to depend on zlib.
BKrev: 3fe1006fvoLD9ZC8z9GNPFf38oH3zA
Diffstat (limited to 'fontconfig')
-rw-r--r--fontconfig/fontconfig_2.2.92.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/fontconfig/fontconfig_2.2.92.oe b/fontconfig/fontconfig_2.2.92.oe
index c8c394dd68..c1d11e777e 100644
--- a/fontconfig/fontconfig_2.2.92.oe
+++ b/fontconfig/fontconfig_2.2.92.oe
@@ -1,13 +1,13 @@
DESCRIPTION = A library for configuring and customizing font access.
-DEPENDS = virtual/libc expat freetype freetype-native
-RDEPENDS = libc6 expat freetype
+DEPENDS = virtual/libc expat freetype freetype-native zlib
+RDEPENDS = libc6 expat freetype zlib
FC_SONAME = 1.0.4
SRC_URI = http://pdx.freedesktop.org/~fontconfig/release/fontconfig-2.2.92.tar.gz \
file://${FILESDIR}/freetype-includes.patch;patch=1;pnum=0 \
- file://${FILESDIR}/makefile1.patch;patch=1 \
- file://${FILESDIR}/makefile2.patch;patch=1
+ file://${FILESDIR}/makefile1.patch;patch=1;pnum=0 \
+ file://${FILESDIR}/makefile2.patch;patch=1;pnum=0
S = "${WORKDIR}/fontconfig-2.2.92"