harfbuzz: dependency assumed cairo was compiled with +pdf and +ft (#21954)

This commit is contained in:
Olivier Cessenat 2021-02-25 18:42:57 +01:00 committed by GitHub
parent f0e5c96746
commit b48de4baa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class Harfbuzz(AutotoolsPackage):
depends_on("glib")
depends_on("icu4c")
depends_on("freetype")
depends_on("cairo")
depends_on("cairo+pdf+ft")
depends_on("zlib")
depends_on("graphite2", when='+graphite2')