aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/meson.build
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-05-14 00:28:21 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-14 00:28:21 -0400
commit34b864fb1752fde2528db6aa86d53c23412a8f43 (patch)
treeb387f1e1eb8f8fc16faeb4bf24a0ab6e8ba5787c /protocols/meson.build
parentFix titles and detect edges for hide_edge_borders (diff)
parentActually fix swayidle (diff)
downloadsway-34b864fb1752fde2528db6aa86d53c23412a8f43.tar.gz
sway-34b864fb1752fde2528db6aa86d53c23412a8f43.tar.zst
sway-34b864fb1752fde2528db6aa86d53c23412a8f43.zip
Merge branch 'master' into fix-1975
Diffstat (limited to 'protocols/meson.build')
-rw-r--r--protocols/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 9d213f81..9966c02f 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -30,10 +30,12 @@ wayland_scanner_server = generator(
30client_protocols = [ 30client_protocols = [
31 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 31 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
32 ['wlr-layer-shell-unstable-v1.xml'], 32 ['wlr-layer-shell-unstable-v1.xml'],
33 ['idle.xml'],
33 ['wlr-input-inhibitor-unstable-v1.xml'] 34 ['wlr-input-inhibitor-unstable-v1.xml']
34] 35]
35 36
36server_protocols = [ 37server_protocols = [
38 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
37 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 39 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
38 ['wlr-layer-shell-unstable-v1.xml'], 40 ['wlr-layer-shell-unstable-v1.xml'],
39 ['wlr-input-inhibitor-unstable-v1.xml'] 41 ['wlr-input-inhibitor-unstable-v1.xml']