summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-07-03 18:50:34 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-06 12:12:19 +0000
commit04aba51aaf5c6798952edd98248ec02ea878a012 (patch)
tree60381046242fed2765be431973a6e54e345f44b4 /sync.profile
parentb1b9f52020e8ee7bcf460faf596382312d0c9bb1 (diff)
downloadqtwayland-04aba51aaf5c6798952edd98248ec02ea878a012.tar.gz
Build fix: update sync.profile to reflect extension renames
Change-Id: Id95b8c407e0dee878a4b0a7109375e56cbdeee6a Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile24
1 files changed, 16 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index a2da7dbc..83239c23 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",
],
);