From 03ae934d6583e982ebc397fa296d53034c7a2370 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 3 Oct 2022 22:58:13 +0200 Subject: 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 --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index 8e4059e..772854a 100644 --- a/meson.build +++ b/meson.build @@ -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 = [] -- cgit v1.2.3