diff options
Diffstat (limited to 'wayland/cage/build')
-rwxr-xr-x | wayland/cage/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland/cage/build b/wayland/cage/build new file mode 100755 index 00000000..b323addb --- /dev/null +++ b/wayland/cage/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +cl-meson \ + -Dman-pages=enabled \ + . output + +ninja -C output +ninja -C output install |