BUGFIX: fontcocnfig needs to depend on zlib.
authorChris Larson <clarson@kergoth.com>
Thu, 18 Dec 2003 01:18:39 +0000 (01:18 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 18 Dec 2003 01:18:39 +0000 (01:18 +0000)
BKrev: 3fe1006fvoLD9ZC8z9GNPFf38oH3zA

fontconfig/fontconfig_2.2.92.oe

index c8c394d..c1d11e7 100644 (file)
@@ -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"