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:
Simon Ser 2022-10-03 22:58:13 +02:00
parent c60529087d
commit 03ae934d65

View file

@ -36,12 +36,12 @@ unstable_protocols = {
}
staging_protocols = {
'xdg-activation': ['v1'],
'content-type': ['v1'],
'drm-lease': ['v1'],
'ext-idle-notify': ['v1'],
'ext-session-lock': ['v1'],
'single-pixel-buffer': ['v1'],
'ext-idle-notify': ['v1'],
'content-type': ['v1'],
'xdg-activation': ['v1'],
}
protocol_files = []