aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-05-04 21:07:04 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-05-04 21:07:04 +0200
commitd7ec66d563adcc069c3ba09c4cdeaf1281f1670c (patch)
tree203c5d1186a58abf6ae8b7525ecbf04d4e647c5c
parentAdd Turkish README (diff)
downloadsway-d7ec66d563adcc069c3ba09c4cdeaf1281f1670c.tar.gz
sway-d7ec66d563adcc069c3ba09c4cdeaf1281f1670c.tar.zst
sway-d7ec66d563adcc069c3ba09c4cdeaf1281f1670c.zip
build: remove sd-bus status item
sd-bus == tray, no need to print the same thing twice.
-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
310summary({ 310summary({
311 'xwayland': have_xwayland, 311 'xwayland': have_xwayland,
312 'gdk-pixbuf': gdk_pixbuf.found(), 312 'gdk-pixbuf': gdk_pixbuf.found(),
313 'sd-bus': sdbus.found(),
314 'tray': have_tray, 313 'tray': have_tray,
315 'man-pages': scdoc.found(), 314 'man-pages': scdoc.found(),
316}, bool_yn: true) 315}, bool_yn: true)