dbus: add missing pkgconfig dependency (#9497)

This commit is contained in:
Michael Kuhn 2018-10-12 09:55:33 +02:00 committed by Axel Huebl
parent a7dc725e2d
commit 1200b19b52

View File

@ -46,6 +46,7 @@ class Dbus(Package):
version('1.8.4', '4717cb8ab5b80978fcadf2b4f2f72e1b')
version('1.8.2', 'd6f709bbec0a022a1847c7caec9d6068')
depends_on('pkgconfig', type='build')
depends_on('expat')
def install(self, spec, prefix):