repo/wayland/foot/build

17 lines
268 B
Plaintext
Raw Normal View History

2021-07-08 06:15:10 -06:00
#!/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