Introduce virtual dependency pkgconfig (#5198)
There are two providers, pkgconf and pkg-config, with the former being the default provider.
This commit is contained in:

committed by
Christoph Junghans

parent
7f0659f032
commit
5bbbfe9446
@@ -37,7 +37,7 @@ class Atk(AutotoolsPackage):
|
||||
version('2.14.0', 'ecb7ca8469a5650581b1227d78051b8b')
|
||||
|
||||
depends_on('glib')
|
||||
depends_on('pkg-config', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('gobject-introspection')
|
||||
|
||||
def url_for_version(self, version):
|
||||
|
Reference in New Issue
Block a user