aboutsummaryrefslogtreecommitdiff
path: root/swaybar
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-02 23:46:49 +0100
committerBrian Ashworth <bosrsf04@gmail.com>2020-12-09 17:39:20 -0500
commitfdbe98512a71524091375290ca2c1c9450e4db84 (patch)
tree1d97201175819f43afa67aa642be8d2a7a48ec18 /swaybar
parent968c005760b6465306e3499b8a7e3e8c2d67dac1 (diff)
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 = [
wayland_cursor
]
if have_tray
- if systemd.found()
- swaybar_deps += systemd
- elif elogind.found()
- swaybar_deps += elogind
- endif
+ swaybar_deps += sdbus
endif
executable(