diff options
author | Michael Kuhn <suraia@ikkoku.de> | 2018-10-12 09:56:44 +0200 |
---|---|---|
committer | Axel Huebl <axel.huebl@plasma.ninja> | 2018-10-12 09:56:44 +0200 |
commit | cfd0b46941f972610093bcddeb90f9da9bcfc3bd (patch) | |
tree | a76e650b23d1fe61f6f8a87d83640a9f678347a8 /var | |
parent | 1200b19b527f6bb0432def7e271435d6053c07fa (diff) | |
download | spack-cfd0b46941f972610093bcddeb90f9da9bcfc3bd.tar.gz spack-cfd0b46941f972610093bcddeb90f9da9bcfc3bd.tar.bz2 spack-cfd0b46941f972610093bcddeb90f9da9bcfc3bd.tar.xz spack-cfd0b46941f972610093bcddeb90f9da9bcfc3bd.zip |
at-spi2-atk: add missing pkgconfig dependency (#9503)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/at-spi2-atk/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/at-spi2-atk/package.py b/var/spack/repos/builtin/packages/at-spi2-atk/package.py index 7ede5cf32b..ab77a5c27f 100644 --- a/var/spack/repos/builtin/packages/at-spi2-atk/package.py +++ b/var/spack/repos/builtin/packages/at-spi2-atk/package.py @@ -37,6 +37,7 @@ class AtSpi2Atk(MesonPackage): version('2.26.2', '355c7916a69513490cb83ad34016b169') version('2.26.1', 'eeec6cead3350dca48a235271c105b3e') + depends_on('pkgconfig', type='build') depends_on('at-spi2-core@2.28.0:') depends_on('atk@2.28.1:') |