2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00
repo/wayland/sway/build

17 lines
285 B
Plaintext
Raw Permalink Normal View History

2021-07-08 01:58:34 -06:00
#!/bin/sh -e
export CFLAGS="$CFLAGS -Wno-error=switch"
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