freetype: fix REQUIRES mixup

This commit is contained in:
Jérôme Duval
2021-04-19 18:41:47 +02:00
committed by GitHub
parent 04e0a447a9
commit e23b3eac71

View File

@@ -5,7 +5,7 @@ output (glyph images) of most vector and bitmap font formats."
HOMEPAGE="https://www.freetype.org/"
COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
LICENSE="FreeType"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
CHECKSUM_SHA256="86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784"
PATCHES="enable-validation-modules.patchset"
@@ -43,7 +43,7 @@ REQUIRES_devel="
devel:libz$secondaryArchSuffix
"
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
REQUIRES="$REQUIRES
REQUIRES_devel="$REQUIRES_devel
devel:libharfbuzz$secondaryArchSuffix
"
fi