summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gtkplus/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gtkplus/package.py b/var/spack/repos/builtin/packages/gtkplus/package.py
index 4245ee8a83..4d4e5e3482 100644
--- a/var/spack/repos/builtin/packages/gtkplus/package.py
+++ b/var/spack/repos/builtin/packages/gtkplus/package.py
@@ -25,6 +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('gobject-introspection')
depends_on('libepoxy', when='@3:')
depends_on('libxi', when='@3:')