diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-09-02 22:36:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 22:36:04 +0200 |
commit | 3dd7321939c4fcdbbfc456e0acdc330f0d13caa3 (patch) | |
tree | c41fd2d91603a881d5d50a046604ebae880cd84c /platform/linuxbsd/detect.py | |
parent | 33b4153764980eaaeb11e74d6ed4a158136287e4 (diff) | |
parent | 471c9c296935fb1cf997f2ef5ef8883b3ebf941c (diff) |
Merge pull request #65115 from raulsntos/linux/dark-mode
Diffstat (limited to 'platform/linuxbsd/detect.py')
-rw-r--r-- | platform/linuxbsd/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index dd829bdb9b..f5f7e65417 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -40,7 +40,7 @@ def get_opts(): BoolVariable("use_tsan", "Use LLVM/GCC compiler thread sanitizer (TSAN)", False), BoolVariable("use_msan", "Use LLVM compiler memory sanitizer (MSAN)", False), BoolVariable("pulseaudio", "Detect and use PulseAudio", True), - BoolVariable("dbus", "Detect and use D-Bus to handle screensaver", True), + BoolVariable("dbus", "Detect and use D-Bus to handle screensaver and portal desktop settings", True), BoolVariable("speechd", "Detect and use Speech Dispatcher for Text-to-Speech support", True), BoolVariable("fontconfig", "Detect and use fontconfig for system fonts support", True), BoolVariable("udev", "Use udev for gamepad connection callbacks", True), |