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:
parent
1536691bc9
commit
273a158f1b
@ -30,6 +30,7 @@ class Dbus(Package):
|
|||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('expat')
|
depends_on('expat')
|
||||||
depends_on('glib')
|
depends_on('glib')
|
||||||
|
depends_on('libsm')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure(
|
configure(
|
||||||
|
Loading…
Reference in New Issue
Block a user