aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 19:40:47 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 19:58:58 +0000
commit3059c43486a38eb67a0394d61c87d4d1fe4523f2 (patch)
tree76260e1c916b44fe690f6ec179613a2b9c4aac27
parent1a23ee06e43f596addde232a69b3a7c8b649659e (diff)
downloadports-3059c43486a38eb67a0394d61c87d4d1fe4523f2.tar.gz
ports-3059c43486a38eb67a0394d61c87d4d1fe4523f2.zip
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
-rw-r--r--sysutils/seatd/Makefile1
1 files changed, 1 insertions, 0 deletions
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" \