From b46cc3cafd38fcb9fdeddfb3c26cff71f17e40bd Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 15 Feb 2018 07:18:15 +0100 Subject: [PATCH] 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. --- protocol/meson.build | 4 ---- 1 file changed, 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 = []