From e94f2ab229c58053dadc8e9059efa6013174544c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 21 Jan 2017 20:48:49 +0100 Subject: 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 Acked-by: Marcel Ziswiler --- recipes-qt/qt5/qtbase_%.bbappend | 1 + 1 file changed, 1 insertion(+) 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 = " \ -- cgit v1.2.3