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:
parent
83b281f36b
commit
c6891376f4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user