aboutsummaryrefslogtreecommitdiff
path: root/extra/seatd
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 22:17:41 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 22:17:41 +0300
commit759096f0aabf34e4d277b74dbd94cc20a32c914d (patch)
tree39833ed235c96fb6f416b3c390253bd88790d1f0 /extra/seatd
parent9ad32d6452dc8b6243dbdd00e58ec55122164fbf (diff)
downloadrepository-759096f0aabf34e4d277b74dbd94cc20a32c914d.tar.gz
seatd: use cl-meson
Diffstat (limited to 'extra/seatd')
-rwxr-xr-xextra/seatd/build5
-rw-r--r--extra/seatd/depends1
2 files changed, 3 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
diff --git a/extra/seatd/depends b/extra/seatd/depends
index 36f6fe6c..d11a9b0a 100644
--- a/extra/seatd/depends
+++ b/extra/seatd/depends
@@ -1 +1,2 @@
meson make
+scdoc make