protocols: add version 2 of ext-idle-notify-v1 protocol (#8959)

Signed-off-by: James Ramsey <james.jehiel.ramsey@gmail.com>
Co-authored-by: James Ramsey <james.jehiel.ramsey@gmail.com>
This commit is contained in:
J. J. Ramsey 2025-02-11 09:58:43 -05:00 committed by GitHub
parent f2d43e5f21
commit f83fe9986b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 13 deletions

View file

@ -1,6 +1,6 @@
wayland_protos = dependency(
'wayland-protocols',
version: '>=1.32',
version: '>=1.40',
fallback: 'wayland-protocols',
default_options: ['tests=false'],
)