From 7d26a6debd6e9808d4a4bf7d39b71ad5f5031f79 Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Wed, 14 Feb 2018 12:40:13 +0100 Subject: xdg-shell stable: copy-pasta implementation --- protocol/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocol') diff --git a/protocol/meson.build b/protocol/meson.build index 0db7c03c..514a6dde 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,6 +32,7 @@ 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', -- cgit v1.2.3 From b46cc3cafd38fcb9fdeddfb3c26cff71f17e40bd Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 15 Feb 2018 07:18:15 +0100 Subject: 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(-) (limited to 'protocol') 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 = [] -- cgit v1.2.3