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