diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:29:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:29:02 +0300 |
commit | 62b9f823153ebf5da3064bfce9eea9a27e9e6cb2 (patch) | |
tree | e8bd3afcfa3f4320eabf1beef22607aabb8ac084 /wayland | |
parent | 64a97a89b800ea0b44ef5d5c2e7fdc3ebc2bc0a0 (diff) | |
download | repository-62b9f823153ebf5da3064bfce9eea9a27e9e6cb2.tar.gz |
slurp: use cl-meson
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/slurp/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wayland/slurp/build b/wayland/slurp/build index 64ee0e20..77a0e800 100755 --- a/wayland/slurp/build +++ b/wayland/slurp/build @@ -2,8 +2,8 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ + -Dman-pages=enabled \ . output ninja -C output |