aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-17 16:34:32 -0500
commitd2c7defa10797b6755904ee43d93bf1275d1777a (patch)
treef4e1974892f71ad1724ed64b042f34c002d43fe2 /protocol
parent85871cb666a8adf8221b0b64049697a9d5ade686 (diff)
parent088028c570dd5b52f81069654166f0117667fac0 (diff)
downloadwlroots-d2c7defa10797b6755904ee43d93bf1275d1777a.tar.xz
Merge branch 'master' into output-layout-adjacent
Diffstat (limited to 'protocol')
-rw-r--r--protocol/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 0db7c03c..2853971f 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -22,6 +22,7 @@ wayland_scanner_client = generator(
protocols = [
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
+ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
'gamma-control.xml',
'gtk-primary-selection.xml',
'idle.xml',
@@ -31,11 +32,8 @@ protocols = [
client_protocols = [
[wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
- 'gamma-control.xml',
- 'gtk-primary-selection.xml',
'idle.xml',
'screenshooter.xml',
- 'server-decoration.xml',
]
wl_protos_src = []