diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-13 13:45:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 13:45:15 -0400 |
commit | b2dec1236837f0c441a9fd6162b6294c52fac5e0 (patch) | |
tree | 6710b0e9261285f22df2751a1404b05371cff000 /protocols | |
parent | 4f540b638e6d5adedb1a98565b654f4631ef6267 (diff) | |
parent | 88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6 (diff) |
Merge pull request #1970 from emersion/xdg-shell-stable
Add xdg-shell stable support
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index fa6d696c..9966c02f 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -35,6 +35,7 @@ client_protocols = [ ] server_protocols = [ + [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], ['wlr-layer-shell-unstable-v1.xml'], ['wlr-input-inhibitor-unstable-v1.xml'] |