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. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
c533e12a4d
commit
8979331ef8
|
|
@ -16,7 +16,7 @@ QT6_IMAGE_INSTALL_APPS = ""
|
||||||
QT6_FONTS = "ttf-dejavu-common ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-serif "
|
QT6_FONTS = "ttf-dejavu-common ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-serif "
|
||||||
|
|
||||||
# Install qtquick3d
|
# Install qtquick3d
|
||||||
QT6_QTQUICK3D = "qtquick3d qtquick3d-dev qtquick3d-examples"
|
QT6_QTQUICK3D = "qtquick3d qtquick3d-examples"
|
||||||
|
|
||||||
QT6_IMAGE_INSTALL = ""
|
QT6_IMAGE_INSTALL = ""
|
||||||
QT6_IMAGE_INSTALL_common = " \
|
QT6_IMAGE_INSTALL_common = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue