diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-01-21 20:48:49 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-07 14:30:48 +0200 |
commit | e94f2ab229c58053dadc8e9059efa6013174544c (patch) | |
tree | 4f0a161b132d5f5fed515cdbd9a06e098bc18ca6 /recipes-qt | |
parent | 1d2ed9dc96d85e33aa43b65f1295ae67b101926c (diff) |
qtbase append: add packageconfig to fontconfig
Qt5.7 no longer provides fonts. Enable the 'fontconfig' PACKAGECONFIG
so that Qt5 finds OE installed fonts.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt5/qtbase_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 56d63ef..f5adeca 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -9,6 +9,7 @@ PACKAGECONFIG_EXAMPLES ?= "examples" # | } else if (QStyleHelper::isInstanceOf(groupBox->styleObject, QAccessible::Grouping)) { PACKAGECONFIG_append = " accessibility" +PACKAGECONFIG_FONTS_append = " fontconfig" #qtbase must be configured with icu for qtwebkit PACKAGECONFIG_append_tegra = " \ |