aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2018-02-15 07:18:15 +0100
committerDominique Martinet <asmadeus@codewreck.org>2018-02-15 07:18:35 +0100
commitb46cc3cafd38fcb9fdeddfb3c26cff71f17e40bd (patch)
tree59762c28da4a2e279a0f223b0a0b5c3937f1abc2
parentd1b28ec812248b337fd53f9478c36234f44c71f3 (diff)
wayland protocol build: remove client protocols we do not use
Only include client protocols that we use on the client side. Since these are not installed, there should not be any change with this. Testers - please note 'ninja -C build clean' does not remove the old headers, you need to start from a new directory.
-rw-r--r--protocol/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 514a6dde..2853971f 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -32,12 +32,8 @@ protocols = [
client_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',
'screenshooter.xml',
- 'server-decoration.xml',
]
wl_protos_src = []