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 ffd0d37 commit cf0eafaCopy full SHA for cf0eafa
src/meson.build
@@ -521,6 +521,8 @@ if have_wayland
521
'wayland/meta-wayland-gtk-shell.c',
522
'wayland/meta-wayland-gtk-shell.h',
523
'wayland/meta-wayland.h',
524
+ 'wayland/meta-wayland-idle-inhibit.c',
525
+ 'wayland/meta-wayland-idle-inhibit.h',
526
'wayland/meta-wayland-inhibit-shortcuts.c',
527
'wayland/meta-wayland-inhibit-shortcuts-dialog.c',
528
'wayland/meta-wayland-inhibit-shortcuts-dialog.h',
@@ -803,6 +805,7 @@ if have_wayland
803
805
wayland_protocols = [
804
806
['gtk-primary-selection', 'private', ],
807
['gtk-shell', 'private', ],
808
+ ['idle-inhibit', 'unstable', 'v1', ],
809
['gtk-text-input', 'private', ],
810
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
811
['linux-dmabuf', 'unstable', 'v1', ],
0 commit comments