From: Bradley Sepos Date: Tue, 26 Feb 2019 22:00:28 +0000 (-0500) Subject: contrib: Fix FreeType bzip2 dependency typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=982adb1b79f4075cfc7790c0bbbdb8438fc37f1a;p=handbrake contrib: Fix FreeType bzip2 dependency typo. --- 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))