aboutsummaryrefslogtreecommitdiff
path: root/wayland/sway/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/sway/build')
-rwxr-xr-xwayland/sway/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/wayland/sway/build b/wayland/sway/build
new file mode 100755
index 00000000..2bee3cce
--- /dev/null
+++ b/wayland/sway/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dgdk-pixbuf=enabled \
+ -Dxwayland=enabled \
+ -Dman-pages=enabled \
+ -Dfish-completions=false \
+ . output
+
+ninja -C output
+ninja -C output install