diff options
author | Antti Kokko <antti.kokko@qt.io> | 2022-08-23 10:15:29 +0300 |
---|---|---|
committer | Antti Kokko <antti.kokko@qt.io> | 2022-08-23 08:35:21 +0000 |
commit | 461faf61dfb2b2bd61397eeec9ee208bfb01bec2 (patch) | |
tree | 32a16721fc2fae024600dc7394682149c9ffdc12 /coin | |
parent | 2a4dc215756ff2f3fe966a689eea4cf4c7b11b7d (diff) | |
download | qtwayland-461faf61dfb2b2bd61397eeec9ee208bfb01bec2.tar.gz |
Coin: adjust compositor split rules
Due to changes in build configuration 'Qt6WaylandTextureSharing*.cmake'
files need to be included in the compositor package.
Pick-to: 6.4
Task-number: QTBUG-105722
Change-Id: I03a0072227ce6d9cf85f01c523da516b27a577fc
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r-- | coin/qt-installer-package-config.json | 3 |
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" ] } } |