summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-06-10 09:48:59 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2019-06-10 09:22:10 +0000
commit67a74e272da2b1fc3ea760181c1ec7837f53d19b (patch)
tree5a2a742cfe2a6403b92c7b34748ba614aa8b31f3
parenta28765bf60028e7dc59130432edf16782b77a438 (diff)
downloadmeta-qt5-67a74e272da2b1fc3ea760181c1ec7837f53d19b.tar.gz
qtbase: fix typo in imageformats packageconfig
introduced by commit: a28765bf60028e7dc59130432edf16782b77a438 Allow enabling gui for native and nativesdk Change-Id: Id3a229592d0ed1cfbd8370d693790b6b2193fbde Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb2
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 0efe7605..50fca426 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -76,7 +76,7 @@ DEBIAN_NOAUTONAME_${PN} = "1"
76 76
77PACKAGECONFIG ?= "" 77PACKAGECONFIG ?= ""
78PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," 78PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui,"
79PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpg -no-ico -no-gif," 79PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
80 80
81QT_CONFIG_FLAGS += " \ 81QT_CONFIG_FLAGS += " \
82 -shared \ 82 -shared \
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 07978e9b..2973db8e 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -58,7 +58,7 @@ XPLATFORM ?= "linux-oe-g++"
58 58
59PACKAGECONFIG ?= "" 59PACKAGECONFIG ?= ""
60PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," 60PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui,"
61PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpg -no-ico -no-gif," 61PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
62 62
63QT_CONFIG_FLAGS = " \ 63QT_CONFIG_FLAGS = " \
64 -sysroot ${STAGING_DIR_NATIVE} \ 64 -sysroot ${STAGING_DIR_NATIVE} \