packagegroup-qt6-dey: remove qtquick3d-dev

This package was inadvertantly pulling in a lot of dependencies into our
images that make use of Qt6. Most of these packages consisted of *-dev
packages, which are only useful for development with the SDK.

Remove this package along with its dependencies to significantly reduce the
dey-image-qt rootfs image size.

Note that this change was already done in commit
8979331ef8, but it was accidentally reverted when
upgrading to Qt 6.5 in commit a5c6f2b795.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2023-10-10 12:23:34 +02:00
parent 2fd1dbfed7
commit 0d6d6d219f
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ QT6_IMAGE_INSTALL_EXAMPLES = "qtbase-examples qtdeclarative-examples"
QT6_IMAGE_INSTALL_FONTS = "ttf-dejavu-common ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-serif "
QT6_IMAGE_INSTALL_QUICK3D = "qtquick3d qtquick3d-dev qtquick3d-examples"
QT6_IMAGE_INSTALL_QUICK3D = "qtquick3d qtquick3d-examples"
# Quick3d does not work on systems without a proper GPU
QT6_IMAGE_INSTALL_QUICK3D:ccimx93 = ""