mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
parent
d1387ce13d
commit
77b3bcaca5
1 changed files with 5 additions and 3 deletions
|
@ -14,7 +14,6 @@ dependencies:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
cmake.org: 3
|
|
||||||
mesonbuild.com: ^0.63
|
mesonbuild.com: ^0.63
|
||||||
ninja-build.org: 1
|
ninja-build.org: 1
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
|
@ -35,12 +34,15 @@ build:
|
||||||
- -Dfreetype=enabled
|
- -Dfreetype=enabled
|
||||||
- -Dglib=enabled
|
- -Dglib=enabled
|
||||||
- -Dtests=disabled
|
- -Dtests=disabled
|
||||||
#FIXME or gir scanner fails
|
linux/x86-64:
|
||||||
# CC: clang
|
CFLAGS: -fPIC
|
||||||
|
CXXFLAGS: -fPIC
|
||||||
|
LDFLAGS: -pie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
|
gnu.org/binutils: '*'
|
||||||
script: |
|
script: |
|
||||||
curl $FIXTURE > font.ttf
|
curl $FIXTURE > font.ttf
|
||||||
out=$(echo 'സ്റ്റ്' | hb-shape font.ttf)
|
out=$(echo 'സ്റ്റ്' | hb-shape font.ttf)
|
||||||
|
|
Loading…
Reference in a new issue