2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
repo/wayland/sway/build

15 lines
242 B
Plaintext
Raw Normal View History

2021-07-08 01:58:34 -06:00
#!/bin/sh -e
2023-03-02 07:40:00 -07:00
export DESTDIR="$1"
2023-11-18 13:51:12 -07:00
meson setup \
-Dprefix=/usr \
2021-11-04 23:17:47 -06:00
-Ddefault-wallpaper=false \
-Dzsh-completions=false \
-Dbash-completions=false \
-Dfish-completions=false \
2023-11-18 13:51:12 -07:00
build
2021-07-08 01:58:34 -06:00
ninja -C build
ninja -C build install