Skip to content
Snippets Groups Projects
Commit 24c75d39 authored by Michael Kuhn's avatar Michael Kuhn Committed by Axel Huebl
Browse files

codes, dia, nest: fix pkg-config dependency (#9498)

pkgconfig is the virtual provider, pkg-config is a specific
implementation.
parent cfd0b469
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class Codes(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('bison', type='build')
depends_on('flex', type='build')
......
......@@ -34,7 +34,7 @@ class Dia(Package):
depends_on('intltool', type='build')
depends_on('gettext', type='build')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('gtkplus@2.6.0:')
depends_on('libxslt')
depends_on('python')
......
......@@ -77,7 +77,7 @@ class Nest(CMakePackage):
depends_on('gsl', when='+gsl')
depends_on('readline')
depends_on('libtool')
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
extends('python', when='+python')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment