summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2022-08-23 10:15:29 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-23 21:23:03 +0000
commit106a64e2954ce05141e9098a6d7ef86afbdee90d (patch)
tree3d070343535b13ccfeea579a84cc27df27939e37
parent4ba9781843a7c469b650c9346b5e3a927130cb09 (diff)
downloadqtwayland-106a64e2954ce05141e9098a6d7ef86afbdee90d.tar.gz
Coin: adjust compositor split rules
Due to changes in build configuration 'Qt6WaylandTextureSharing*.cmake' files need to be included in the compositor package. Task-number: QTBUG-105722 Change-Id: I03a0072227ce6d9cf85f01c523da516b27a577fc Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 461faf61dfb2b2bd61397eeec9ee208bfb01bec2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/qt-installer-package-config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/coin/qt-installer-package-config.json b/coin/qt-installer-package-config.json
index 2737a194..89beb4b4 100644
--- a/coin/qt-installer-package-config.json
+++ b/coin/qt-installer-package-config.json
@@ -6,7 +6,8 @@
"**/*Compositor*/**/*",
"**/*Compositor*",
"**/wayland-graphics-integration-server/*",
- "**/wayland-hardware-layer-integration/*"
+ "**/wayland-hardware-layer-integration/*",
+ "**/QmlPlugins/Qt6WaylandTextureSharing*.cmake"
]
}
}