summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-07-04 13:06:16 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-07-10 10:26:39 +0000
commiteb4af72bed12143e4e62105b115db3e908a06e11 (patch)
tree6921c7c99bb29c1788522cbf4476ca6e5f1d2ef5 /sync.profile
parent2b9435d9f278f46bad56fc045c72619b3e6613a9 (diff)
downloadqtapplicationmanager-eb4af72bed12143e4e62105b115db3e908a06e11.tar.gz
Build fix: Wayland extensions have to be built differently nowadays
Change-Id: I1f9515a3e2e9d97b48146f72b1e3c0436bc56dfd Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 17aeb6a8..16369812 100644
--- a/sync.profile
+++ b/sync.profile
@@ -33,3 +33,14 @@
"qtdeclarative" => "",
"qtwayland" => "",
);
+%inject_headers = (
+ "$basedir/src/launcher-lib" => [
+ "^qwayland-qtam-extension.h",
+ "^wayland-qtam-extension-client-protocol.h",
+ ],
+ "$basedir/src/window-lib" => [
+ "^qwayland-server-qtam-extension.h",
+ "^wayland-qtam-extension-server-protocol.h"
+ ],
+);
+@private_headers = ( qr/^qwayland-.*\.h/, qr/^wayland-.*-protocol\.h/ );