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