From c1672bc9732086daf62a8c4c17fb9ac5671e57d9 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Thu, 17 Sep 2015 22:40:27 -0400 Subject: [PATCH] contrib: Update to freetype 2.6. --- contrib/freetype/module.defs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index f4ad34568..4646ce295 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -1,6 +1,7 @@ -__deps__ := BZIP +__deps__ := BZIP ZLIB $(eval $(call import.MODULE.defs,FREETYPE,freetype,$(__deps__))) $(eval $(call import.CONTRIB.defs,FREETYPE)) -FREETYPE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/freetype-2.4.7.tar.bz2 +FREETYPE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/freetype-2.6.tar.bz2 +FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no -- 2.40.0