diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-09-02 13:06:31 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-09-03 00:01:10 +0200 |
commit | a9cbfd950e83df2053474f50f7d12cf79dd74d74 (patch) | |
tree | a743f3c424a7fd56ca2f6f75ff6b7251a15c468e /protocol | |
parent | 28cedb56237efdf388fed713ddb401a5d8d07434 (diff) |
Remove xdg-shell v6
Ding dong the witch is dead
Fixes #2381
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 2369b70e..b9b74ca5 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -28,7 +28,6 @@ protocols = { 'text-input-unstable-v3': wl_protocol_dir / 'unstable/text-input/text-input-unstable-v3.xml', 'xdg-decoration-unstable-v1': wl_protocol_dir / 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml', 'xdg-output-unstable-v1': wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', - 'xdg-shell-unstable-v6': wl_protocol_dir / 'unstable/xdg-shell/xdg-shell-unstable-v6.xml', # Other protocols 'gtk-primary-selection': 'gtk-primary-selection.xml', 'kde-idle': 'idle.xml', |