aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/seatd.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-14 22:13:04 +0900
committerOphestra <cat@gensokyo.uk>2026-07-14 22:17:51 +0900
commit4cf235675a587b98ba51ac7300d5b17367713aac (patch)
tree4520b7fb426e2e07be936543a590ea9ccb0106bd /internal/rosa/package/seatd.az
parent098943ab469be1d95a5555650397d4894f67570e (diff)
internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/seatd.az')
-rw-r--r--internal/rosa/package/seatd.az6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/package/seatd.az b/internal/rosa/package/seatd.az
index d95cd88a..a9e88eb9 100644
--- a/internal/rosa/package/seatd.az
+++ b/internal/rosa/package/seatd.az
@@ -17,9 +17,9 @@ package seatd {
exec = meson {
setup = {
- "Dlibseat-logind": "disabled";
- "Dlibseat-seatd": "enabled";
- "Dlibseat-builtin": "enabled";
+ "libseat-logind": "disabled";
+ "libseat-seatd": "enabled";
+ "libseat-builtin": "enabled";
};
};