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