summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <xiaojun2@hisilicon.com>2020-08-11 16:14:22 +0800
committerGitHub <noreply@github.com>2020-08-11 10:14:22 +0200
commit9e54570b4c1a1be025422f4e8de177e1d660119a (patch)
treee57720ad9e8e84ce7dacd55107bc846a5f2d3351 /var
parent6cda20472e7ed3c21ddb5e07207cbb91c64954e9 (diff)
downloadspack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.gz
spack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.bz2
spack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.xz
spack-9e54570b4c1a1be025422f4e8de177e1d660119a.zip
libcroco: added build dependency on pkg-config (#17970)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libcroco/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libcroco/package.py b/var/spack/repos/builtin/packages/libcroco/package.py
index ef89961555..254d7973b7 100644
--- a/var/spack/repos/builtin/packages/libcroco/package.py
+++ b/var/spack/repos/builtin/packages/libcroco/package.py
@@ -16,3 +16,4 @@ class Libcroco(AutotoolsPackage):
depends_on('glib')
depends_on('libxml2')
+ depends_on('pkgconfig', type='build')