From: Chris Larson Date: Thu, 18 Dec 2003 01:18:39 +0000 (+0000) Subject: BUGFIX: fontcocnfig needs to depend on zlib. X-Git-Tag: Release-2010-05/1~20475 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28db73853e00094f7428df8e3596ce27ff4d9028;p=openembedded.git BUGFIX: fontcocnfig needs to depend on zlib. BKrev: 3fe1006fvoLD9ZC8z9GNPFf38oH3zA --- 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"