libcroco: added build dependency on pkg-config (#17970)

This commit is contained in:
darmac
2020-08-11 16:14:22 +08:00
committed by GitHub
parent 6cda20472e
commit 9e54570b4c

View File

@@ -16,3 +16,4 @@ class Libcroco(AutotoolsPackage):
depends_on('glib')
depends_on('libxml2')
depends_on('pkgconfig', type='build')