summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <suraia@ikkoku.de>2017-04-06 20:54:57 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2017-04-06 13:54:57 -0500
commit95e401fe80b009f78b3eae5b5cd268fca2fc87c4 (patch)
tree5dc7b5133294e186b3ab6d20c9e3eff0912fc6c9 /var
parent951f4bf5145bd22f266313e0879119b8d25e10a8 (diff)
downloadspack-95e401fe80b009f78b3eae5b5cd268fca2fc87c4.tar.gz
spack-95e401fe80b009f78b3eae5b5cd268fca2fc87c4.tar.bz2
spack-95e401fe80b009f78b3eae5b5cd268fca2fc87c4.tar.xz
spack-95e401fe80b009f78b3eae5b5cd268fca2fc87c4.zip
Fix wx (#3734)
It is missing a pkg-config dependency.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/wx/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/wx/package.py b/var/spack/repos/builtin/packages/wx/package.py
index ae1facc1c3..3111a8c4b4 100644
--- a/var/spack/repos/builtin/packages/wx/package.py
+++ b/var/spack/repos/builtin/packages/wx/package.py
@@ -44,6 +44,7 @@ class Wx(AutotoolsPackage):
version('develop', git='https://github.com/wxWidgets/wxWidgets.git', branch='master')
+ depends_on('pkg-config', type='build')
depends_on('gtkplus')
@when('@:3.0.2')