diff options
author | Rukun Mao <rmao@google.com> | 2022-05-13 20:43:32 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-06-09 08:32:13 +0000 |
commit | 3da84c207902b65b7b6a2de9c497966844f87dd9 (patch) | |
tree | 17c915338e26082af27f82fc95bc394bb3911d8a /meson_options.txt | |
parent | ac06052b97cc02e60ae1ed7a551727b3c14d6a22 (diff) |
suspend: add suspend/resume support with powerd on ChromeOS
ModemManager handles suspend and resume signals sent from powerd
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/547
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 6b6bdecc..fa8d209e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,7 +7,8 @@ option('udevdir', type: 'string', value: '', description: 'udev base directory') option('dbus_policy_dir', type: 'string', value: '', description: 'd-bus system policy directory') option('systemdsystemunitdir', type: 'string', value: '', description: 'systemd system units directory') -option('systemd_suspend_resume', type: 'boolean', value: true, description: 'enable suspend/resume support') +option('systemd_suspend_resume', type: 'boolean', value: true, description: 'enable suspend/resume support with systemd') +option('powerd_suspend_resume', type: 'boolean', value: false, description: 'enable suspend/resume support with powerd') option('systemd_journal', type: 'boolean', value: true, description: 'enable systemd journal support') option('polkit', type: 'combo', choices: ['strict', 'permissive', 'no'], value: 'strict', description: 'User auth-polkit configuration option.') |