git: c2abd42e5911 - main - x11/swayidle: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 20:00:05 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c2abd42e59116a0f8130f76e2e468316d360c6bb
commit c2abd42e59116a0f8130f76e2e468316d360c6bb
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 19:54:28 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 19:59:00 +0000
x11/swayidle: unbreak with --auto-features=enabled
meson.build:90:2: ERROR: Assert failed: sd-bus-provider must not be set to auto since auto_features != auto
PR: 270361
---
x11/swayidle/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11/swayidle/Makefile b/x11/swayidle/Makefile
index 569249da12d5..d28df0ee1c44 100644
--- a/x11/swayidle/Makefile
+++ b/x11/swayidle/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= swaywm
+MESON_ARGS= -Dsd-bus-provider=basu
PLIST_FILES= bin/${PORTNAME} \
share/bash-completion/completions/${PORTNAME} \
share/fish/vendor_completions.d/${PORTNAME}.fish \