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