Skip to content
Snippets Groups Projects
Commit 1200b19b authored by Michael Kuhn's avatar Michael Kuhn Committed by Axel Huebl
Browse files

dbus: add missing pkgconfig dependency (#9497)

parent a7dc725e
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment