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 commit8979331ef8, but it was accidentally reverted when upgrading to Qt 6.5 in commita5c6f2b795. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
2fd1dbfed7
commit
0d6d6d219f
|
|
@ -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_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
|
# Quick3d does not work on systems without a proper GPU
|
||||||
QT6_IMAGE_INSTALL_QUICK3D:ccimx93 = ""
|
QT6_IMAGE_INSTALL_QUICK3D:ccimx93 = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue