aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-05-04 21:07:04 +0200
committerSimon Ser <contact@emersion.fr>2021-05-04 21:07:04 +0200
commitd7ec66d563adcc069c3ba09c4cdeaf1281f1670c (patch)
tree203c5d1186a58abf6ae8b7525ecbf04d4e647c5c /meson.build
parentf8d7c170cd9aa0bf12e4096588c397a8bc383ed1 (diff)
build: remove sd-bus status item
sd-bus == tray, no need to print the same thing twice.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d204f54a..3681547d 100644
--- a/meson.build
+++ b/meson.build
@@ -310,7 +310,6 @@ endif
summary({
'xwayland': have_xwayland,
'gdk-pixbuf': gdk_pixbuf.found(),
- 'sd-bus': sdbus.found(),
'tray': have_tray,
'man-pages': scdoc.found(),
}, bool_yn: true)