2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
repo/wayland/sway/build
Owen Rafferty 6d4995ddad
sway: 1.10
2024-10-30 17:45:02 -05:00

15 lines
242 B
Bash
Executable File

#!/bin/sh -e
export DESTDIR="$1"
meson setup \
-Dprefix=/usr \
-Ddefault-wallpaper=false \
-Dzsh-completions=false \
-Dbash-completions=false \
-Dfish-completions=false \
build
ninja -C build
ninja -C build install