summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-04-16 14:06:48 +0200
committerSimon Ser <contact@emersion.fr>2022-10-03 20:46:21 +0000
commitdc625d5acf02e09e7a488ba954fba46807f69a9e (patch)
tree4d277b28cf0ed2e58bf923d535f84dae3406e66a /meson.build
parentb784987ae82128acf1b75b3a8bce043b7b9527fe (diff)
downloadwayland-protocols-dc625d5acf02e09e7a488ba954fba46807f69a9e.tar.gz
ext-idle-notify: new protocol
This patch adds a new ext-idle-notify protocol. It allows clients to be notified when the user is idle. Use-cases include e.g. power management daemons. This protocol is based on the org_kde_kwin_idle interface already being used by KDE and wlroots compositors. The protocol has been sent to wayland-protocols in 2015 [1]. This version renames and clarifies the interfaces, and addresses the review comments. [1]: https://lists.freedesktop.org/archives/wayland-devel/2015-December/026045.html Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/8 Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b917ca5..36a95e9 100644
--- a/meson.build
+++ b/meson.build
@@ -40,6 +40,7 @@ staging_protocols = {
'drm-lease': ['v1'],
'ext-session-lock': ['v1'],
'single-pixel-buffer': ['v1'],
+ 'ext-idle-notify': ['v1'],
}
protocol_files = []