From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index b9af13f..def7a42 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -23,9 +23,8 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbh DISTRO_FEATURES += "opengl" PACKAGECONFIG_pn-weston = "kms fbdev" -# Configure Qt5 flags (GLES is disabled for now) -#PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" -PACKAGECONFIG_GL_pn-qtbase = "linuxfb" +# Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) +PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" PACKAGECONFIG_DISTRO_pn-qtbase = "icu" # ARM9 is not supported by the Linaro toolchain so default back to the Arago -- 2.0.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
