aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 23:45:13 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-28 23:45:13 -0400
commitb1984133a9addcdae70fb4ac58af2f387fcc3707 (patch)
treea98288eba89b52b9fb1a7fb41fb8d473b3c1b90a
parentMerge pull request #1642 from swaywm/layer-shell (diff)
parentadd xdg-protocol header (diff)
downloadsway-b1984133a9addcdae70fb4ac58af2f387fcc3707.tar.gz
sway-b1984133a9addcdae70fb4ac58af2f387fcc3707.tar.zst
sway-b1984133a9addcdae70fb4ac58af2f387fcc3707.zip
Merge pull request #1643 from acrisci/xdg-protocol-header
add xdg-shell protocol header
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 3f79e719..0887cf86 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -26,6 +26,7 @@ client_protocols = [
26] 26]
27 27
28server_protocols = [ 28server_protocols = [
29 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
29 ['wlr-layer-shell-unstable-v1.xml'] 30 ['wlr-layer-shell-unstable-v1.xml']
30] 31]
31 32