Skip to content
Snippets Groups Projects
Commit 2585c04b authored by Owen Solberg's avatar Owen Solberg Committed by Adam J. Stewart
Browse files

explicitly depend_on cairo with X **and** pdf variants (#10351)

parent 0628ebef
No related branches found
No related tags found
No related merge requests found
......@@ -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:')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment