aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-03-01 16:20:15 +0100
committerGuido Günther <agx@sigxcpu.org>2018-03-01 16:20:15 +0100
commit6c7e1c867caf5c9a7c1046273f22b01cda30f034 (patch)
treea535bc723f6cf78f7a4332802f4946d6f3746abb
parentd9571f27e650d024aaca1b06d82da9582159019a (diff)
protocol: sort protocols from wayland-protocols alphabetically
-rw-r--r--protocol/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 6c87a887..200cbd7a 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -21,9 +21,9 @@ wayland_scanner_client = generator(
)
protocols = [
- [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
[wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
+ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
'gamma-control.xml',
'gtk-primary-selection.xml',
'idle.xml',