diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-03-01 16:20:15 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-03-01 16:20:15 +0100 |
commit | 6c7e1c867caf5c9a7c1046273f22b01cda30f034 (patch) | |
tree | a535bc723f6cf78f7a4332802f4946d6f3746abb | |
parent | d9571f27e650d024aaca1b06d82da9582159019a (diff) |
protocol: sort protocols from wayland-protocols alphabetically
-rw-r--r-- | protocol/meson.build | 2 |
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', |