saga-gis: add "depends_on('libsm', type='link')" (#19805)

This commit is contained in:
h-denpo 2020-11-10 07:46:33 +09:00 committed by GitHub
parent 4e2f27141c
commit d8d0935a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ class SagaGis(AutotoolsPackage, SourceforgePackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('libsm', type='link')
depends_on('libharu')
depends_on('wxwidgets')