qt4: add missing libSM dependency (#17611)

See https://github.com/spack/spack/issues/15082 and
https://github.com/spack/spack/pull/16226
This commit is contained in:
Seth R. Johnson 2020-07-21 02:12:36 -04:00 committed by GitHub
parent 83b281f36b
commit c6891376f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ class Qt(Package):
# Non-macOS dependencies and special macOS constraints
if MACOS_VERSION is None:
depends_on("fontconfig", when='freetype=spack')
depends_on("libsm")
depends_on("libx11")
depends_on("libxcb")
depends_on("libxkbcommon")