2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-04-02 02:57:17 -06:00
repo/extra/fontconfig/build
2025-01-18 21:48:47 -06:00

16 lines
218 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < no-gperf.patch
export DESTDIR="$1"
meson setup \
-Dprefix=/usr \
-Dxml-dir=/etc/fonts \
-Ddoc=disabled \
-Dnls=disabled \
output
ninja -C output
ninja -C output install