mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix cairographics
This commit is contained in:
parent
89dd5bd0ad
commit
0dd7cea405
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
libexpat.github.io: 2 #FIXME or fontconfig detection fails
|
#FIXME or fontconfig detection fails
|
||||||
|
#FIXME build looks for 2.4.9 even when it has 2.5.0
|
||||||
|
libexpat.github.io: 2.4.9
|
||||||
gnome.org/gobject-introspection: 1
|
gnome.org/gobject-introspection: 1
|
||||||
script: |
|
script: |
|
||||||
./configure --prefix={{ prefix }}
|
./configure --prefix={{ prefix }}
|
||||||
|
|
Loading…
Reference in a new issue