diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2025-11-22 14:43:13 +0100 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2025-11-24 23:02:46 +0100 |
| commit | 42c18fd87fc05710c77f74968b644ec6d8a58f27 (patch) | |
| tree | 64332a59671106a7888a3faa26316717bbc3c423 | |
| parent | net/wayvnc: simplify MESON_ARGS after 5cf2c031f53e (diff) | |
sysutils/seatd: simplify MESON_ARGS after 5cf2c031f53e
| -rw-r--r-- | sysutils/seatd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/seatd/Makefile b/sysutils/seatd/Makefile index 16b582cd9fda..1f1f31eb9df6 100644 --- a/sysutils/seatd/Makefile +++ b/sysutils/seatd/Makefile @@ -15,7 +15,7 @@ USES= compiler:c11 cpe meson pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} CPE_VENDOR= ${PORTNAME}_project -MESON_ARGS= -Dlibseat-logind=disabled +MESON_DISABLED= libseat-logind SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ "@(,video,4750) bin/${PORTNAME}-launch" \ |
