qgis: Fix pkgconfig dependency (#16188)

This commit is contained in:
Michael Kuhn 2020-04-21 15:02:45 +02:00 committed by GitHub
parent 6c8e15ee18
commit cd5d477db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ class Qgis(CMakePackage):
depends_on('cmake@3.0.0:', type='build')
depends_on('flex@2.5.6:', type='build')
depends_on('bison@2.4:', type='build')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
# Take care of conflicts using depends_on
depends_on('proj@5:', when='@3.8.2:')