summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-05-13 13:45:15 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-05-13 13:45:15 -0400
commitc8695ac412b2cb4a934b56b5b952d517ef8dcde8 (patch)
tree6710b0e9261285f22df2751a1404b05371cff000 /protocols
parentd5121234be1be31067132a79e8d0dc5352d68004 (diff)
parent2e3a9c5bf6769f4c43b2be786bdbab185dcf5fcc (diff)
Merge pull request #1970 from emersion/xdg-shell-stable
Add xdg-shell stable support
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
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']