aboutsummaryrefslogtreecommitdiff
path: root/wayland/swayidle/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/swayidle/build')
-rwxr-xr-xwayland/swayidle/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland/swayidle/build b/wayland/swayidle/build
new file mode 100755
index 00000000..64ee0e20
--- /dev/null
+++ b/wayland/swayidle/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install