cairo: add a dependency on which (#36908)

This commit is contained in:
Juan Miguel Carceller 2023-04-15 14:16:41 +02:00 committed by GitHub
parent b6c3cbff6f
commit 161485a774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ class Cairo(AutotoolsPackage):
depends_on("freetype", when="+ft")
depends_on("pkgconfig", type="build")
depends_on("fontconfig@2.10.91:", when="+fc") # Require newer version of fontconfig.
depends_on("which", type="build")
conflicts("+png", when="platform=darwin")
conflicts("+svg", when="platform=darwin")