aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Zeni <simon@bl4ckb0ne.ca>2022-10-14 10:25:52 -0400
committerSimon Zeni <simon@bl4ckb0ne.ca>2023-10-04 12:19:30 -0400
commita289f812d62059d5aac92cbd374dcb7b03bb08a6 (patch)
tree6e4c123e20be1af7395d028842bcf3d5fd9c8051 /examples/meson.build
parentddfec31b4c2a6fe289f1966a49403b802d85314a (diff)
drop KDE idle protocol support
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 9fee0596..9e01748c 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -65,11 +65,6 @@ compositors = {
}
clients = {
- 'idle': {
- 'src': 'idle.c',
- 'dep': threads,
- 'proto': ['kde-idle'],
- },
'idle-inhibit': {
'src': ['idle-inhibit.c', 'egl_common.c'],
'dep': [wayland_egl, egl, glesv2],