From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 6c61804..6057846 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -38,7 +38,9 @@ GST_PROVIDER ?= "1.0" QT_PROVIDER ?= "qt5" # Distro-specific package configuration -PACKAGECONFIG_pn-weston = "fbdev kms egl launch libinput" +PACKAGECONFIG_pn-weston = "fbdev kms launch libinput" +PACKAGECONFIG_append_pn-weston_omap-a15 = " egl" +PACKAGECONFIG_remove_pn-weston_omap-a15 = "fbdev" # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
