imagemagick: added dependency on libsm (#17577)
This commit is contained in:
parent
6bad79fca0
commit
d3e4b14997
@ -27,6 +27,7 @@ class Imagemagick(AutotoolsPackage):
|
||||
depends_on('libtiff')
|
||||
depends_on('ghostscript')
|
||||
depends_on('ghostscript-fonts')
|
||||
depends_on('libsm')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
|
Loading…
Reference in New Issue
Block a user