libsm: added libuuid as dependency (#16226)

While building _visit_, I ran into an undefined symbol at link time. I tracked
the missing dependency to _libsm_ needing to know about _libuuid_ at link time.
This commit is contained in:
Kelly (KT) Thompson 2020-04-22 06:53:01 -06:00 committed by GitHub
parent be0aed9d8a
commit 9c2819bdb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,4 @@ class Libsm(AutotoolsPackage, XorgPackage):
depends_on('xtrans', type='build') depends_on('xtrans', type='build')
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build') depends_on('util-macros', type='build')
depends_on('libuuid')