Merge pull request #163402 from a-m-joseph/sway-fix-traySupport-default

This commit is contained in:
Patrick Hilhorst
2022-03-09 06:37:32 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
, systemdSupport ? stdenv.isLinux
, dbusSupport ? true
, dbus
, trayEnabled ? dbusSupport
, trayEnabled ? systemdSupport && dbusSupport
}:
# The "sd-bus-provider" meson option does not include a "none" option,