From: Denys Dmytriyenko <[email protected]> * As matrix-browser requires QtWebKit, which depends on QtDeclarative, that depends on QtQuick, which requires GLES to build and function. * Instead, use QtWidgets based Thermostat demo app to showcase Qt 5.1.1 on framebuffer when GLES is not available.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb b/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb index cd5c054..5fbbfd3 100644 --- a/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-qt5-test-image.bb @@ -8,9 +8,12 @@ IMAGE_INSTALL += "\ packagegroup-arago-base \ packagegroup-arago-console \ packagegroup-arago-base-tisdk \ - matrix-gui-browser \ - qtwebkit-examples-examples \ qtbase-plugins \ + qt-tstat \ " +# These are now disabled due to gles dependency +# matrix-gui-browser +# qtwebkit-examples-examples + export IMAGE_BASENAME = "arago-qt5-test-image" -- 1.8.3.2 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
