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.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 4af7f8c0..b88b83e2 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -58,8 +58,9 @@ XPLATFORM_toolchain-clang = "linux-oe-clang"
58XPLATFORM ?= "linux-oe-g++" 58XPLATFORM ?= "linux-oe-g++"
59 59
60PACKAGECONFIG ?= "" 60PACKAGECONFIG ?= ""
61PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," 61PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
62PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," 62PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
63PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl"
63 64
64QT_CONFIG_FLAGS = " \ 65QT_CONFIG_FLAGS = " \
65 -sysroot ${STAGING_DIR_NATIVE} \ 66 -sysroot ${STAGING_DIR_NATIVE} \
@@ -74,7 +75,7 @@ QT_CONFIG_FLAGS = " \
74 -no-sql-sqlite \ 75 -no-sql-sqlite \
75 -no-sql-psql \ 76 -no-sql-psql \
76 -no-opengl \ 77 -no-opengl \
77 -no-openssl \ 78 -no-vulkan \
78 -no-xcb \ 79 -no-xcb \
79 -no-icu \ 80 -no-icu \
80 -verbose \ 81 -verbose \