mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: enable better image support for native builds
Enable jpeg support for qtbase-native, needed at least by shadergen. To use system png, zlib needs to be enabled as well. Pick-to: 6.4 6.2 Change-Id: I0bea658d689fb99596374701b11aa9ce028e882d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
6ed90874a6
commit
4c5d3e2c3c
|
|
@ -34,7 +34,7 @@ DEPENDS:remove:class-native = "qtbase-native"
|
|||
RDEPENDS_${PN}:remove:class-native = "libssl-native"
|
||||
|
||||
PACKAGECONFIG:class-native ?= "\
|
||||
gui widgets png dbus no-opengl openssl \
|
||||
gui widgets jpeg png dbus no-opengl openssl zlib \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'zstd', '', d)} \
|
||||
"
|
||||
PACKAGECONFIG:class-nativesdk ?= "${PACKAGECONFIG:class-native}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user