aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-12-02 23:46:49 +0100
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-12-09 17:39:20 -0500
commitfdbe98512a71524091375290ca2c1c9450e4db84 (patch)
tree1d97201175819f43afa67aa642be8d2a7a48ec18 /swaybar
parentbuild: use WLR_HAS_* to decide whether suid is required (diff)
downloadsway-fdbe98512a71524091375290ca2c1c9450e4db84.tar.gz
sway-fdbe98512a71524091375290ca2c1c9450e4db84.tar.zst
sway-fdbe98512a71524091375290ca2c1c9450e4db84.zip
build: introduce sd-bus-provider option
This allows to select a specific provider for the sd-bus library.
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/swaybar/meson.build b/swaybar/meson.build
index 469145ae..9feb3cd2 100644
--- a/swaybar/meson.build
+++ b/swaybar/meson.build
@@ -19,11 +19,7 @@ swaybar_deps = [
19 wayland_cursor 19 wayland_cursor
20] 20]
21if have_tray 21if have_tray
22 if systemd.found() 22 swaybar_deps += sdbus
23 swaybar_deps += systemd
24 elif elogind.found()
25 swaybar_deps += elogind
26 endif
27endif 23endif
28 24
29executable( 25executable(