Fix pkgconfig dependencies (#14175)

pkgconfig is the virtual provider, pkg-config is an implementation.
This commit is contained in:
Michael Kuhn 2019-12-18 20:46:45 +01:00 committed by Adam J. Stewart
parent 5052ce803d
commit 52894f5c71
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class Libpeas(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('gettext', type='build')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('atk')
depends_on('intltool@0.40.0:')
depends_on('xmlto', type='build')

View File

@ -16,7 +16,7 @@ class Libspatialite(AutotoolsPackage):
version('4.3.0a', sha256='88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499')
version('3.0.1', sha256='4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('sqlite+rtree')
depends_on('proj@:5')
depends_on('geos')

View File

@ -49,7 +49,7 @@ class Swipl(CMakePackage):
depends_on('libxft', when='+xpce')
depends_on('fontconfig', when='+xpce')
depends_on('pkg-config', when='+xpce', type='build')
depends_on('pkgconfig', when='+xpce', type='build')
conflicts('%intel', msg='Test builds with ICC failed when creating startup image')