aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freetype
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-07-15 11:30:41 +0200
committerEnrico Scholz <enrico.scholz@sigma-chemnitz.de>2010-07-15 11:38:00 +0200
commit7902e7febe13c44a6cb5452206029092fde54500 (patch)
treebf4929155994b27f117d25ad7bcf56b53613e9cd /recipes/freetype
parentaaac36c39e301995029cb40ae40fa8af277694dc (diff)
downloadopenembedded-7902e7febe13c44a6cb5452206029092fde54500.tar.gz
freetype: build with system zlib
Problems mentioned in 4187d3df8838506f6578a2b0f2fb98f98c41e151 (Aug 2006) seem to went away and build succeeds with system zlib now. Using system libraries is preferable because it saves space and allows better tracking of security issues. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Diffstat (limited to 'recipes/freetype')
-rw-r--r--recipes/freetype/freetype_2.3.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freetype/freetype_2.3.12.bb b/recipes/freetype/freetype_2.3.12.bb
index fb57094095..6056760e13 100644
--- a/recipes/freetype/freetype_2.3.12.bb
+++ b/recipes/freetype/freetype_2.3.12.bb
@@ -1,7 +1,8 @@
DESCRIPTION = "Freetype font rendering library"
SECTION = "libs"
LICENSE = "freetype"
-PR = "r0"
+PR = "r1"
+DEPENDS = "zlib"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
@@ -18,7 +19,6 @@ inherit autotools pkgconfig binconfig
LIBTOOL = "${HOST_SYS}-libtool"
EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
-EXTRA_OECONF = "--without-zlib"
do_configure() {
cd builds/unix