2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 16:25:50 -06:00
repo/wayland/fcft/build

12 lines
142 B
Plaintext
Raw Normal View History

2022-09-25 14:14:32 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
2022-09-25 14:14:32 -06:00
meson \
--prefix=/usr \
-Dsvg-backend=none \
. output
ninja -C output
ninja -C output install