added build dependences required after cairo package change (#14297)
* added build dependences required after cairo package change * fixed pango build dependencies
This commit is contained in:
parent
08898a2ad7
commit
6c957b6b62
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Pango(AutotoolsPackage):
|
|||
|
||||
depends_on("pkgconfig", type="build")
|
||||
depends_on("harfbuzz")
|
||||
depends_on("cairo")
|
||||
depends_on("cairo+ft+fc")
|
||||
depends_on("cairo~X", when='~X')
|
||||
depends_on("cairo+X", when='+X')
|
||||
depends_on("libxft", when='+X')
|
||||
|
|
Loading…
Reference in a new issue