Skip to content
Snippets Groups Projects
Commit 28db55b1 authored by healther's avatar healther Committed by Adam J. Stewart
Browse files

Allow py-py2cairo to be built with cairo~X (#3620)

parent b73f1e55
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class PyPy2cairo(Package): ...@@ -35,7 +35,7 @@ class PyPy2cairo(Package):
extends('python') extends('python')
depends_on('cairo+X') depends_on('cairo')
depends_on('pixman') depends_on('pixman')
def install(self, spec, prefix): def install(self, spec, prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment