aboutsummaryrefslogtreecommitdiff
path: root/wayland/wlsunset/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wlsunset/build')
-rwxr-xr-xwayland/wlsunset/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/wayland/wlsunset/build b/wayland/wlsunset/build
index 270ae643..77a0e800 100755
--- a/wayland/wlsunset/build
+++ b/wayland/wlsunset/build
@@ -1 +1,10 @@
#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dman-pages=enabled \
+ . output
+
+ninja -C output
+ninja -C output install