Skip to content
Snippets Groups Projects
Commit 58c5442d authored by Michael Kuhn's avatar Michael Kuhn Committed by Massimiliano Culpo
Browse files

kitty: Fix pkgconfig dependency (#11465)

pkgconfig is the correct virtual dependency while pkg-config is a
specific implementation.
parent 54d56db1
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class Kitty(PythonPackage):
depends_on('zlib')
depends_on('libpng')
depends_on('gl', type=('build', 'link', 'run'))
depends_on('pkg-config', type='build')
depends_on('pkgconfig', type='build')
depends_on('py-setuptools', type='build')
depends_on('py-sphinx', type='build')
depends_on('freetype', when=sys.platform != 'darwin')
......
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