diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/gobject-introspection/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py index 5f147cccfc..55ea0369a4 100644 --- a/var/spack/repos/builtin/packages/gobject-introspection/package.py +++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py @@ -44,6 +44,7 @@ class GobjectIntrospection(Package): depends_on("cairo") depends_on("bison", type="build") depends_on("flex", type="build") + depends_on("pkg-config@0.9.0:", type="build") # This package creates several scripts from # toosl/g-ir-tool-template.in. In their original form these |