summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/atk/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/atk/package.py b/var/spack/repos/builtin/packages/atk/package.py
index 5a12faa1ff..b66d372a4d 100644
--- a/var/spack/repos/builtin/packages/atk/package.py
+++ b/var/spack/repos/builtin/packages/atk/package.py
@@ -28,6 +28,7 @@ class Atk(Package):
depends_on('gettext')
depends_on('pkgconfig', type='build')
depends_on('gobject-introspection')
+ depends_on('libffi')
def url_for_version(self, version):
"""Handle gnome's version-based custom URLs."""