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
commit aee2b97688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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