diff options
author | Bradley Sepos <[email protected]> | 2015-09-17 22:40:27 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2015-09-23 10:48:20 -0400 |
commit | c1672bc9732086daf62a8c4c17fb9ac5671e57d9 (patch) | |
tree | 5b93cf9841e86021e11d809a897eac2f13719b8b | |
parent | 1363360f43ba46ac206e51212efea76034b5c0fd (diff) |
contrib: Update to freetype 2.6.
-rw-r--r-- | contrib/freetype/module.defs | 5 |
1 files 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 |