2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00
repo/extra/libass/build
2024-07-02 21:12:36 -05:00

14 lines
178 B
Bash
Executable File

#!/bin/sh -e
export DESTDIR="$1"
patch -p1 < no-fribidi.patch
meson setup \
-Dprefix=/usr \
-Dfontconfig=enabled \
output
ninja -C output
ninja -C output install