From 67a74e272da2b1fc3ea760181c1ec7837f53d19b Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Mon, 10 Jun 2019 09:48:59 +0300 Subject: qtbase: fix typo in imageformats packageconfig introduced by commit: a28765bf60028e7dc59130432edf16782b77a438 Allow enabling gui for native and nativesdk Change-Id: Id3a229592d0ed1cfbd8370d693790b6b2193fbde Reviewed-by: Kari Oikarinen --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/qtbase-native_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qt/qt5') 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} \ -- cgit v1.2.3-54-g00ecf