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

14 lines
164 B
Plaintext
Raw Normal View History

2021-07-07 15:39:15 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
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