Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 1 + 1 file changed, 1 insertion(+)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 0d1d257..0052209 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -80,6 +80,7 @@ PACKAGECONFIG_pn-weston = "egl kms launch clients" # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples" +PACKAGECONFIG_FONTS_pn-qtbase = "fontconfig" # Add gstreamer in package configuration to enable video PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
