screensaver: Catch activeness changes

This commit is contained in:
Dorota Czaplejewicz
2022-12-06 11:59:34 +00:00
parent 783ca9ae11
commit ea5e36e9fd
7 changed files with 79 additions and 4 deletions

View File

@ -99,7 +99,7 @@ cargo_toml_base = configure_file(
cargo_patch = []
if get_option('newer') == true
cargo_build_flags += ['--features', 'glib_v0_14']
cargo_build_flags += ['--features', 'glib_v0_14,zbus_v1_5']
cargo_deps = files('Cargo.deps.newer')
cargo_lock = files('Cargo.lock.newer')
else