diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-08-06 01:14:44 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-08-06 01:29:52 +0200 |
commit | 7d06b34ee248563a6c13d3ccfaa5370c0aa15d2d (patch) | |
tree | 7863ab16edb4b5bae0582af24a43bf36e0cc064c /.builds/alpine.yml | |
parent | 978dec42b052ae56f55fe4ea8a2554e5611ec0fa (diff) |
ci: Fix meson flags
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r-- | .builds/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 22dd536..adea8ed 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -10,7 +10,7 @@ sources: - https://git.sr.ht/~kennylevinsen/seatd tasks: - prepare: | - meson -Dseatd=enabled -Dbuiltin=enabled -Dlogind=disabled -Dexamples=enabled build seatd + meson -Dlibseat-seatd=enabled -Dlibseat-builtin=enabled -Dlibseat-logind=disabled -Dexamples=enabled build seatd - build: | ninja -C build - unittest: | |