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