Date: Mon, 20 Mar 2023 20:00:00 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3059c43486a3 - main - sysutils/seatd: unbreak with --auto-features=enabled Message-ID: <202303202000.32KK00qM000616@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303202000.32KK00qM000616>