summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb4
1 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 8a4b471b..2a26e776 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -76,8 +76,9 @@ FILES_${PN} += " \
76DEBIAN_NOAUTONAME_${PN} = "1" 76DEBIAN_NOAUTONAME_${PN} = "1"
77 77
78PACKAGECONFIG ?= "" 78PACKAGECONFIG ?= ""
79PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," 79PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui,"
80PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," 80PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif,"
81PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl"
81 82
82QT_CONFIG_FLAGS += " \ 83QT_CONFIG_FLAGS += " \
83 -shared \ 84 -shared \
@@ -112,7 +113,6 @@ do_configure() {
112 -no-sql-mysql \ 113 -no-sql-mysql \
113 -no-sql-sqlite \ 114 -no-sql-sqlite \
114 -no-opengl \ 115 -no-opengl \
115 -no-openssl \
116 -no-xcb \ 116 -no-xcb \
117 -no-feature-bearermanagement \ 117 -no-feature-bearermanagement \
118 -no-icu \ 118 -no-icu \