summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 02d9c455..40c4c72a 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -61,6 +61,7 @@ XPLATFORM ?= "linux-oe-g++"
61PACKAGECONFIG ?= "" 61PACKAGECONFIG ?= ""
62PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," 62PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui,"
63PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," 63PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
64PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl"
64 65
65QT_CONFIG_FLAGS = " \ 66QT_CONFIG_FLAGS = " \
66 -sysroot ${STAGING_DIR_NATIVE} \ 67 -sysroot ${STAGING_DIR_NATIVE} \
@@ -76,7 +77,6 @@ QT_CONFIG_FLAGS = " \
76 -no-sql-psql \ 77 -no-sql-psql \
77 -no-opengl \ 78 -no-opengl \
78 -no-vulkan \ 79 -no-vulkan \
79 -no-openssl \
80 -no-xcb \ 80 -no-xcb \
81 -no-icu \ 81 -no-icu \
82 -verbose \ 82 -verbose \