From 982adb1b79f4075cfc7790c0bbbdb8438fc37f1a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 26 Feb 2019 17:00:28 -0500 Subject: [PATCH] contrib: Fix FreeType bzip2 dependency typo. --- contrib/freetype/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index 7954ecff1..19b11c902 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -1,4 +1,4 @@ -__deps__ := BZIP ZLIB +__deps__ := BZIP2 ZLIB $(eval $(call import.MODULE.defs,FREETYPE,freetype,$(__deps__))) $(eval $(call import.CONTRIB.defs,FREETYPE)) -- 2.40.0