r-cairo: add needed dependency on libxt (#34744)

This commit is contained in:
Glenn Johnson 2023-01-02 11:33:15 -06:00 committed by GitHub
parent 769378c959
commit 790929c832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,3 +35,4 @@ class RCairo(RPackage):
depends_on("r+X", type=("build", "run"))
depends_on("r@2.4.0:", type=("build", "run"))
depends_on("cairo@1.2:")
depends_on("libxt")