diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:17:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:17:41 +0300 |
commit | 759096f0aabf34e4d277b74dbd94cc20a32c914d (patch) | |
tree | 39833ed235c96fb6f416b3c390253bd88790d1f0 /extra/seatd/build | |
parent | 9ad32d6452dc8b6243dbdd00e58ec55122164fbf (diff) | |
download | repository-759096f0aabf34e4d277b74dbd94cc20a32c914d.tar.gz |
seatd: use cl-meson
Diffstat (limited to 'extra/seatd/build')
-rwxr-xr-x | extra/seatd/build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/seatd/build b/extra/seatd/build index c2087e70..4e17c4d3 100755 --- a/extra/seatd/build +++ b/extra/seatd/build @@ -2,11 +2,10 @@ export DESTDIR=$1 -meson \ - --prefix=/usr \ - --buildtype=release \ +cl-meson \ -Dexamples=disabled \ -Dbuiltin=enabled \ + -Dmanpages=enabled \ . output ninja -C output |