diff options
-rw-r--r-- | var/spack/repos/builtin/packages/gtkplus/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gtkplus/package.py b/var/spack/repos/builtin/packages/gtkplus/package.py index 9d6c5331a3..f2f2c52d42 100644 --- a/var/spack/repos/builtin/packages/gtkplus/package.py +++ b/var/spack/repos/builtin/packages/gtkplus/package.py @@ -25,7 +25,7 @@ class Gtkplus(AutotoolsPackage): # Hardcode X11 support (former +X variant), # see #6940 for rationale: depends_on('pango+X') - depends_on('cairo+X+pdf') + depends_on('cairo+X+pdf+gobject') depends_on('gobject-introspection') depends_on('libepoxy', when='@3:') depends_on('libxi', when='@3:') |