graphite2: add dependency on freetype (#34292)

This commit is contained in:
Glenn Johnson 2022-12-05 16:38:52 -06:00 committed by GitHub
parent f27be808a4
commit d92d34b162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ class Graphite2(CMakePackage):
version("1.3.13", sha256="dd63e169b0d3cf954b397c122551ab9343e0696fb2045e1b326db0202d875f06")
depends_on("python@3.6:", type="test")
depends_on("freetype")
patch("regparm.patch")