libplist, libusbmuxd: Fix pkgconfig dependency (#10876)

pkgconfig is the correct virtual provider.
This commit is contained in:
Michael Kuhn 2019-03-13 20:55:23 +01:00 committed by Adam J. Stewart
parent db79317eb9
commit d3365e4356
2 changed files with 2 additions and 2 deletions

View File

@ -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']

View File

@ -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):