mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 12:50:09 +01:00
build: alphabetically sort list of staging protocols
This helps with merge conflicts when a protocol is merged. This is also more consistent with the other protocol lists above. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
c60529087d
commit
03ae934d65
1 changed files with 3 additions and 3 deletions
|
|
@ -36,12 +36,12 @@ unstable_protocols = {
|
||||||
}
|
}
|
||||||
|
|
||||||
staging_protocols = {
|
staging_protocols = {
|
||||||
'xdg-activation': ['v1'],
|
'content-type': ['v1'],
|
||||||
'drm-lease': ['v1'],
|
'drm-lease': ['v1'],
|
||||||
|
'ext-idle-notify': ['v1'],
|
||||||
'ext-session-lock': ['v1'],
|
'ext-session-lock': ['v1'],
|
||||||
'single-pixel-buffer': ['v1'],
|
'single-pixel-buffer': ['v1'],
|
||||||
'ext-idle-notify': ['v1'],
|
'xdg-activation': ['v1'],
|
||||||
'content-type': ['v1'],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol_files = []
|
protocol_files = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue