diff options
author | darmac <xiaojun2@hisilicon.com> | 2020-08-11 16:14:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 10:14:22 +0200 |
commit | 9e54570b4c1a1be025422f4e8de177e1d660119a (patch) | |
tree | e57720ad9e8e84ce7dacd55107bc846a5f2d3351 | |
parent | 6cda20472e7ed3c21ddb5e07207cbb91c64954e9 (diff) | |
download | spack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.gz spack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.bz2 spack-9e54570b4c1a1be025422f4e8de177e1d660119a.tar.xz spack-9e54570b4c1a1be025422f4e8de177e1d660119a.zip |
libcroco: added build dependency on pkg-config (#17970)
-rw-r--r-- | var/spack/repos/builtin/packages/libcroco/package.py | 1 |
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') |