diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2019-08-14 16:49:35 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2019-08-15 08:47:32 +0000 |
| commit | 295e826792d8ea1aa05b0ab7b1b72111cffd30b6 (patch) | |
| tree | 1892d2a495e777be8765658f9420f428094366f5 /recipes-qt/qt5/qtbase-native_git.bb | |
| parent | 646bc5107511496a944f31269e1dc7a66103e30b (diff) | |
| download | meta-qt5-295e826792d8ea1aa05b0ab7b1b72111cffd30b6.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.
Change-Id: I47baf480d1db35f7695795babdc909c6360ae049
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 2 |
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 9efae9f8..8565aa35 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -57,7 +57,7 @@ XPLATFORM_toolchain-clang = "linux-oe-clang" | |||
| 57 | XPLATFORM ?= "linux-oe-g++" | 57 | XPLATFORM ?= "linux-oe-g++" |
| 58 | 58 | ||
| 59 | PACKAGECONFIG ?= "" | 59 | PACKAGECONFIG ?= "" |
| 60 | PACKAGECONFIG[gui] = "-gui -qpa minimal,-no-gui," | 60 | PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," |
| 61 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," | 61 | PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," |
| 62 | 62 | ||
| 63 | QT_CONFIG_FLAGS = " \ | 63 | QT_CONFIG_FLAGS = " \ |
