1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-11 13:46:14 +02:00

build: remove sd-bus status item

sd-bus == tray, no need to print the same thing twice.
This commit is contained in:
Simon Ser 2021-05-04 21:07:04 +02:00
parent f8d7c170cd
commit d7ec66d563

View File

@ -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)