diff options
author | Bastien Nocera <hadess@hadess.net> | 2018-03-21 14:16:58 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2018-05-03 17:41:22 +0200 |
commit | 5bc16fda30ee05142cc86b0ab8d71b185ed8afed (patch) | |
tree | 4e85ff8a5d8833a9926dc3966c911844a98b426b /meson.build | |
parent | 06eb39d087d722dd274c9954485cfb404c1c992f (diff) | |
download | gnome-settings-daemon-5bc16fda30ee05142cc86b0ab8d71b185ed8afed.tar.gz |
tests: Use Mutter's new D-Bus interface to reset idletime
Rather than poke through using XTest, use Mutter's new D-Bus API to do
as if the user pressed a key on a keyboard.
See https://bugzilla.gnome.org/show_bug.cgi?id=705942
https://bugzilla.gnome.org/show_bug.cgi?id=794563
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a6e676f5..aa57f833 100644 --- a/meson.build +++ b/meson.build @@ -201,7 +201,6 @@ po_dir = join_paths(meson.source_root(), 'po') top_inc = include_directories('.') -subdir('tests') subdir('gnome-settings-daemon') subdir('data') subdir('plugins') |