diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-08-18 23:16:00 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-08-18 23:16:00 +0300 |
| commit | 83646603dd84c8713ddee00d61709c94bf8a686b (patch) | |
| tree | 502ba754b642d98c6b4413fe545ea31b061180c1 /protocols/meson.build | |
| parent | 95429856e39caa01aaddc14a741ea81431504ddf (diff) | |
Remove xdg-shell v6 support
All major toolkits and apps have gained xdg-shell stable support.
Closes: https://github.com/swaywm/sway/issues/3690
Diffstat (limited to 'protocols/meson.build')
| -rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index 2a6cea09..4ba6f723 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -12,7 +12,6 @@ endif protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], - [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], |
