diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 19:54:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-20 19:59:00 +0000 |
commit | c2abd42e59116a0f8130f76e2e468316d360c6bb (patch) | |
tree | f36167c1aaacc45131632380656cab03f16239ed | |
parent | 4aa04643b80ee39a9830d614a0ddf1bc1ad6a142 (diff) | |
download | ports-c2abd42e59116a0f8130f76e2e468316d360c6bb.tar.gz ports-c2abd42e59116a0f8130f76e2e468316d360c6bb.zip |
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
-rw-r--r-- | x11/swayidle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |