We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902ccb commit e81f23bCopy full SHA for e81f23b
src/meson.build
@@ -517,6 +517,8 @@ if have_wayland
517
'wayland/meta-wayland-gtk-shell.c',
518
'wayland/meta-wayland-gtk-shell.h',
519
'wayland/meta-wayland.h',
520
+ 'wayland/meta-wayland-idle-inhibit.c',
521
+ 'wayland/meta-wayland-idle-inhibit.h',
522
'wayland/meta-wayland-inhibit-shortcuts.c',
523
'wayland/meta-wayland-inhibit-shortcuts-dialog.c',
524
'wayland/meta-wayland-inhibit-shortcuts-dialog.h',
@@ -799,6 +801,7 @@ if have_wayland
799
801
# - protocol version (if stability is 'unstable')
800
802
wayland_protocols = [
803
['gtk-shell', 'private', ],
804
+ ['idle-inhibit', 'unstable', 'v1', ],
805
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
806
['linux-dmabuf', 'unstable', 'v1', ],
807
['pointer-constraints', 'unstable', 'v1', ],
0 commit comments