aboutsummaryrefslogtreecommitdiff
path: root/wayland/mako/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/mako/build')
-rwxr-xr-xwayland/mako/build12
1 files changed, 12 insertions, 0 deletions
diff --git a/wayland/mako/build b/wayland/mako/build
new file mode 100755
index 00000000..398d5c72
--- /dev/null
+++ b/wayland/mako/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dsd-bus-provider=basu \
+ -Dicons=enabled \
+ -Dman-pages=enabled \
+ . output
+
+ninja -C output
+ninja -C output install