xv (image viewer): Add missing depends_on(libxt) (#43277)
This commit is contained in:
parent
cfd4e356f8
commit
af8868fa47
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ class Xv(CMakePackage):
|
|||
depends_on("libpng")
|
||||
depends_on("libtiff")
|
||||
depends_on("libx11")
|
||||
depends_on("libxt")
|
||||
|
|
Loading…
Reference in a new issue