diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2019-08-14 16:49:35 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-11 14:59:12 +0100 |
| commit | ddbf8dd005eaf412e5a6e3ea26ccfa7e9a60727e (patch) | |
| tree | d15d71bd155e25ad3ab8ba5542a75db16f1448be | |
| parent | 4f701ea1356c003cef8b7b9cad2cd143ddaeecbe (diff) | |
| download | meta-qt5-ddbf8dd005eaf412e5a6e3ea26ccfa7e9a60727e.tar.gz | |
qtbase: use offscreen platform plugin for tools
Use offscreen platform plugin when running tools in native and
nativesdk. It provides font support without additional settings.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
| -rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 2 |
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 a102d0c4..825b6f7d 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
| @@ -77,7 +77,7 @@ FILES_${PN} += " \ | |||
| 77 | DEBIAN_NOAUTONAME_${PN} = "1" | 77 | DEBIAN_NOAUTONAME_${PN} = "1" |
| 78 | 78 | ||
| 79 | PACKAGECONFIG ?= "" | 79 | PACKAGECONFIG ?= "" |
| 80 | PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," | 80 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," |
| 81 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," | 81 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," |
| 82 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" | 82 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl,libssl" |
| 83 | 83 | ||
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 40c4c72a..23493b05 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -59,7 +59,7 @@ XPLATFORM_toolchain-clang = "linux-oe-clang" | |||
| 59 | XPLATFORM ?= "linux-oe-g++" | 59 | XPLATFORM ?= "linux-oe-g++" |
| 60 | 60 | ||
| 61 | PACKAGECONFIG ?= "" | 61 | PACKAGECONFIG ?= "" |
| 62 | PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," | 62 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," |
| 63 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," | 63 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," |
| 64 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl" | 64 | PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl" |
| 65 | 65 | ||
