2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/extra/libass/build

14 lines
178 B
Plaintext
Raw Permalink Normal View History

2019-07-18 01:27:47 -06:00
#!/bin/sh -e
2024-07-02 20:12:36 -06:00
export DESTDIR="$1"
2021-07-07 05:02:09 -06:00
2024-07-02 20:12:36 -06:00
patch -p1 < no-fribidi.patch
2021-07-07 05:02:09 -06:00
2024-07-02 20:12:36 -06:00
meson setup \
-Dprefix=/usr \
-Dfontconfig=enabled \
output
2019-07-18 01:27:47 -06:00
2024-07-02 20:12:36 -06:00
ninja -C output
ninja -C output install