From eb689fa7b8a252ca1ae933ca9fe0c57e6757e87d Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 28 Oct 2016 22:21:09 +0900 Subject: Preparation of upgrading to Qt5.7 Qt5.7 no longer provides any fonts. As a result of this change, fontconfig and some ttf fonts are to be installed for AGL DEMO Apps. Change-Id: I2cee35ccd909d08b47d4f2c6d68414f01fa82853 Signed-off-by: Tadao Tanikawa --- recipes-qt/qt5/qtbase_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtbase_%.bbappend') diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index d302780f..65ee442a 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -6,7 +6,7 @@ DEPENDS_append_porter = " libegl" PACKAGECONFIG_WAYLAND = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" PACKAGECONFIG_append = " ${PACKAGECONFIG_WAYLAND} icu accessibility" -PACKAGECONFIG_append_rpi = " fontconfig" +PACKAGECONFIG_append = " fontconfig" EXTRA_OECONF_append = "" -- cgit 1.2.3-korg