2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/wayland/wayland-protocols/build

12 lines
143 B
Plaintext
Raw Normal View History

2021-07-07 15:39:15 -06:00
#!/bin/sh -e
2021-09-15 13:54:26 -06:00
meson \
--prefix=/usr \
--buildtype=release \
-Dtests=false \
. output
ninja -C output
ninja -C output install
2021-07-07 15:39:15 -06:00