drop KDE idle protocol support

This commit is contained in:
Simon Zeni 2022-10-14 10:25:52 -04:00
parent ddfec31b4c
commit a289f812d6
7 changed files with 0 additions and 612 deletions

View file

@ -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],