aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt
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 /recipes-qt
parenta28765bf60028e7dc59130432edf16782b77a438 (diff)
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>
Diffstat (limited to 'recipes-qt')
-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"
PACKAGECONFIG ?= ""
PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui,"
-PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpg -no-ico -no-gif,"
+PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
QT_CONFIG_FLAGS += " \
-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++"
PACKAGECONFIG ?= ""
PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui,"
-PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpg -no-ico -no-gif,"
+PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
QT_CONFIG_FLAGS = " \
-sysroot ${STAGING_DIR_NATIVE} \