build: Reorder wayland protocol alphabetically

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4291>
This commit is contained in:
Sebastian Wick
2025-02-19 00:24:23 +01:00
committed by Marge Bot
parent 5eaed6e3f3
commit b1ef99bf23

View File

@ -1118,20 +1118,24 @@ if have_wayland
# - protocol stability ('private', 'stable' or 'unstable') # - protocol stability ('private', 'stable' or 'unstable')
# - protocol version (if stability is 'unstable') # - protocol version (if stability is 'unstable')
wayland_protocols = [ wayland_protocols = [
['color-management-v1', 'private', ],
['commit-timing', 'staging', 'v1', ],
['cursor-shape-v1', 'private', ], ['cursor-shape-v1', 'private', ],
['drm-lease', 'staging', 'v1', ], ['drm-lease', 'staging', 'v1', ],
['fractional-scale', 'staging', 'v1', ], ['fractional-scale', 'staging', 'v1', ],
['fifo', 'staging', 'v1', ],
['gtk-shell', 'private', ], ['gtk-shell', 'private', ],
['idle-inhibit', 'unstable', 'v1', ], ['idle-inhibit', 'unstable', 'v1', ],
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ], ['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
['linux-dmabuf', 'stable', 'v1', ], ['linux-dmabuf', 'stable', 'v1', ],
['linux-drm-syncobj-v1', 'private', ],
['pointer-constraints', 'unstable', 'v1', ], ['pointer-constraints', 'unstable', 'v1', ],
['pointer-gestures', 'unstable', 'v1', ], ['pointer-gestures', 'unstable', 'v1', ],
['presentation-time', 'stable', ], ['presentation-time', 'stable', ],
['primary-selection', 'unstable', 'v1', ], ['primary-selection', 'unstable', 'v1', ],
['relative-pointer', 'unstable', 'v1', ], ['relative-pointer', 'unstable', 'v1', ],
['session-management-v1', 'private', ],
['single-pixel-buffer', 'staging', 'v1', ], ['single-pixel-buffer', 'staging', 'v1', ],
['xdg-system-bell', 'staging', 'v1', ],
['tablet', 'unstable', 'v2', ], ['tablet', 'unstable', 'v2', ],
['text-input', 'unstable', 'v3', ], ['text-input', 'unstable', 'v3', ],
['viewporter', 'stable', ], ['viewporter', 'stable', ],
@ -1141,13 +1145,9 @@ if have_wayland
['xdg-foreign', 'unstable', 'v2', ], ['xdg-foreign', 'unstable', 'v2', ],
['xdg-output', 'unstable', 'v1', ], ['xdg-output', 'unstable', 'v1', ],
['xdg-shell', 'stable', ], ['xdg-shell', 'stable', ],
['xdg-system-bell', 'staging', 'v1', ],
['xdg-toplevel-drag', 'staging', 'v1'], ['xdg-toplevel-drag', 'staging', 'v1'],
['xwayland-keyboard-grab', 'unstable', 'v1', ], ['xwayland-keyboard-grab', 'unstable', 'v1', ],
['linux-drm-syncobj-v1', 'private', ],
['color-management-v1', 'private', ],
['session-management-v1', 'private', ],
['commit-timing', 'staging', 'v1', ],
['fifo', 'staging', 'v1', ],
] ]
if have_wayland_eglstream if have_wayland_eglstream
wayland_eglstream_protocols_dir = wayland_eglstream_protocols_dep.get_variable('pkgdatadir') wayland_eglstream_protocols_dir = wayland_eglstream_protocols_dep.get_variable('pkgdatadir')