libplist, libusbmuxd: Fix pkgconfig dependency (#10876)
pkgconfig is the correct virtual provider.
This commit is contained in:
parent
db79317eb9
commit
d3365e4356
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user