aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-05-04 21:07:04 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-05-04 21:07:04 +0200
commit813cb07ed188c1979bdec2779fb335e12e02d14a (patch)
tree203c5d1186a58abf6ae8b7525ecbf04d4e647c5c /meson.build
parent461d488f352d89f1fb2eb0967b07c5b4dfe6c54e (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)