2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/libass/build

15 lines
260 B
Plaintext
Raw Normal View History

2019-07-18 07:27:47 +00:00
#!/bin/sh -e
2020-01-19 00:02:55 +00:00
patch -p1 < no-fribidi.patch
sed -i 's/as_fn_error.*fribidi/: 0 "/' configure
sed -i '/pkg_requires="fribidi >= .*/d' configure
2019-07-18 07:27:47 +00:00
./configure \
--prefix=/usr \
2020-01-19 00:02:55 +00:00
--enable-fontconfig \
--disable-harfbuzz
2019-07-18 07:27:47 +00:00
make
make DESTDIR="$1" install