dbus: Add libsm dependency (fix for issue #18267) (#18268)

dbus has a dependency on libSM which was not being declared (and would
normally be satisfied by using system libraries).
This commit is contained in:
Tom Payerle
2020-08-26 21:57:54 -04:00
committed by GitHub
parent 1536691bc9
commit 273a158f1b

View File

@@ -30,6 +30,7 @@ class Dbus(Package):
depends_on('pkgconfig', type='build')
depends_on('expat')
depends_on('glib')
depends_on('libsm')
def install(self, spec, prefix):
configure(