xv (image viewer): Add missing depends_on(libxt) (#43277)

This commit is contained in:
Alex Richert 2024-03-21 15:24:29 -07:00 committed by GitHub
parent cfd4e356f8
commit af8868fa47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,3 +27,4 @@ class Xv(CMakePackage):
depends_on("libpng")
depends_on("libtiff")
depends_on("libx11")
depends_on("libxt")