aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
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],