Skip to content
Snippets Groups Projects
Commit d3365e43 authored by Michael Kuhn's avatar Michael Kuhn Committed by Adam J. Stewart
Browse files

libplist, libusbmuxd: Fix pkgconfig dependency (#10876)

pkgconfig is the correct virtual provider.
parent db79317e
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ class Libplist(Package):
depends_on('autoconf', type='build', when='@master')
depends_on('automake', type='build', when='@master')
depends_on('libtool', type='build', when='@master')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
phases = ['autogen', 'install']
......
......@@ -20,7 +20,7 @@ class Libusbmuxd(AutotoolsPackage):
depends_on('autoconf', type='build', when='@master')
depends_on('automake', type='build', when='@master')
depends_on('libtool', type='build', when='@master')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('libplist')
def configure_args(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment