2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/wayland/foot/build
2021-07-08 15:15:10 +03:00

17 lines
268 B
Bash
Executable File

#!/bin/sh -e
# Avoid scdoc dependency.
sed "/subdir('doc')/d" meson.build > _
mv -f _ meson.build
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=fcft,tllist \
. output
ninja -C output
ninja -C output install