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
@@ -39,7 +39,7 @@ class Libdrm(Package):
|
||||
version('2.4.59', '105ac7af1afcd742d402ca7b4eb168b6')
|
||||
version('2.4.33', '86e4e3debe7087d5404461e0032231c8')
|
||||
|
||||
depends_on('pkg-config@0.9.0:', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('libpciaccess@0.10:', when=(sys.platform != 'darwin'))
|
||||
depends_on('libpthread-stubs')
|
||||
|
||||
|
Reference in New Issue
Block a user