aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-05-13 13:45:15 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-13 13:45:15 -0400
commitb2dec1236837f0c441a9fd6162b6294c52fac5e0 (patch)
tree6710b0e9261285f22df2751a1404b05371cff000 /protocols
parentAdd pixman to swayidle deps (diff)
parentAdd xdg-shell stable support (diff)
downloadsway-b2dec1236837f0c441a9fd6162b6294c52fac5e0.tar.gz
sway-b2dec1236837f0c441a9fd6162b6294c52fac5e0.tar.zst
sway-b2dec1236837f0c441a9fd6162b6294c52fac5e0.zip
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 = [
35] 35]
36 36
37server_protocols = [ 37server_protocols = [
38 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
38 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 39 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
39 ['wlr-layer-shell-unstable-v1.xml'], 40 ['wlr-layer-shell-unstable-v1.xml'],
40 ['wlr-input-inhibitor-unstable-v1.xml'] 41 ['wlr-input-inhibitor-unstable-v1.xml']