summaryrefslogtreecommitdiff
path: root/x11/swayidle/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 19:54:28 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 19:59:00 +0000
commitc2abd42e59116a0f8130f76e2e468316d360c6bb (patch)
treef36167c1aaacc45131632380656cab03f16239ed /x11/swayidle/Makefile
parentx11/waybar: unbreak with --auto-features=enabled (diff)
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
Diffstat (limited to '')
-rw-r--r--x11/swayidle/Makefile1
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 \