aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-11-07 15:38:45 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-10 07:19:38 +0000
commitf79af87ebc625e207aaa61f4d0c0c518a73cb792 (patch)
treee9948154929aba2e59ad6c92f66b31bd78f44d6f
parentb0b30c1e99210c5602c6d0949829f459917b4d43 (diff)
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. Change-Id: I0bea658d689fb99596374701b11aa9ce028e882d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 4c5d3e2c3c64b1834e40cda4caa725799cc22b9c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/qt6/qtbase_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb
index d3b7ace..a9e2e16 100644
--- a/recipes-qt/qt6/qtbase_git.bb
+++ b/recipes-qt/qt6/qtbase_git.bb
@@ -33,7 +33,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}"