From 04aba51aaf5c6798952edd98248ec02ea878a012 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 3 Jul 2018 18:50:34 +0200 Subject: Build fix: update sync.profile to reflect extension renames Change-Id: Id95b8c407e0dee878a4b0a7109375e56cbdeee6a Reviewed-by: Johan Helsing --- sync.profile | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index a2da7dbc4..83239c23d 100644 --- a/sync.profile +++ b/sync.profile @@ -21,23 +21,31 @@ "$basedir/src/client" => [ "^qwayland-hardware-integration.h", "^qwayland-qt-windowmanager.h", - "^qwayland-qtkey-extension.h" , + "^qwayland-qt-key-unstable-v1.h" , "^qwayland-server-buffer-extension.h", "^qwayland-surface-extension.h", "^qwayland-text-input-unstable-v2.h", "^qwayland-touch-extension.h", "^qwayland-wayland.h", - "^qwayland-xdg-shell-unstable-v6.h", - "^qwayland-xdg-shell.h", "^wayland-hardware-integration-client-protocol.h", "^wayland-qt-windowmanager-client-protocol.h", - "^wayland-qtkey-extension-client-protocol.h", + "^wayland-qt-key-unstable-v1-client-protocol.h", "^wayland-server-buffer-extension-client-protocol.h", "^wayland-surface-extension-client-protocol.h", "^wayland-text-input-unstable-v2-client-protocol.h", "^wayland-touch-extension-client-protocol.h", "^wayland-wayland-client-protocol.h", + ], + "$basedir/src/plugins/shellintegration/xdg-shell" => [ + "^qwayland-xdg-shell.h", "^wayland-xdg-shell-client-protocol.h", + ], + "$basedir/src/plugins/shellintegration/xdg-shell-v5" => [ + "^qwayland-xdg-shell-unstable-v5.h", + "^wayland-xdg-shell-unstable-v5-client-protocol.h", + ], + "$basedir/src/plugins/shellintegration/xdg-shell-v6" => [ + "^qwayland-xdg-shell-unstable-v6.h", "^wayland-xdg-shell-unstable-v6-client-protocol.h", ], "$basedir/src/compositor" => [ @@ -45,21 +53,21 @@ "^qwayland-server-hardware-integration.h", "^qwayland-server-ivi-application.h", "^qwayland-server-qt-windowmanager.h", - "^qwayland-server-qtkey-extension.h", + "^qwayland-server-qt-key-unstable-v1.h", "^qwayland-server-server-buffer-extension.h", "^qwayland-server-text-input-unstable-v2.h", "^qwayland-server-touch-extension.h", + "^qwayland-server-xdg-shell-unstable-v5.h", "^qwayland-server-xdg-shell-unstable-v6.h", - "^qwayland-server-xdg-shell.h", "^wayland-hardware-integration-server-protocol.h", "^wayland-ivi-application-server-protocol.h", "^wayland-qt-windowmanager-server-protocol.h", - "^wayland-qtkey-extension-server-protocol.h", + "^wayland-qt-key-unstable-v1-server-protocol.h", "^wayland-server-buffer-extension-server-protocol.h", "^wayland-text-input-unstable-v2-server-protocol.h", "^wayland-touch-extension-server-protocol.h", "^wayland-wayland-server-protocol.h", - "^wayland-xdg-shell-server-protocol.h", + "^wayland-xdg-shell-unstable-v5-server-protocol.h", "^wayland-xdg-shell-unstable-v6-server-protocol.h", ], ); -- cgit v1.2.3