git: 3059c43486a3 - main - sysutils/seatd: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 20:00:00 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3059c43486a38eb67a0394d61c87d4d1fe4523f2
commit 3059c43486a38eb67a0394d61c87d4d1fe4523f2
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:40:47 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:58:58 +0000
sysutils/seatd: unbreak with --auto-features=enabled
meson.build:143:2: ERROR: Assert failed: -Dlibseat-logind must be set to systemd or elogind since auto_features != auto
PR: 270361
---
sysutils/seatd/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile
index b13d7b48bf5b..38f18b12f285 100644
--- a/sysutils/seatd/Makefile
+++ b/sysutils/seatd/Makefile
@@ -14,6 +14,7 @@ USES= compiler:c11 cpe meson pkgconfig
USE_LDCONFIG= yes
USE_RC_SUBR= ${PORTNAME}
CPE_VENDOR= ${PORTNAME}_project
+MESON_ARGS= -Dlibseat-logind=disabled
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} \
"@(,video,4750) bin/${PORTNAME}-launch" \