On Tue, Oct 15, 2013 at 11:43:14AM -0400, Maupin, Chase wrote: > > >-----Original Message----- > >From: [email protected] [mailto:meta-arago- > >[email protected]] On Behalf Of Maupin, Chase > >Sent: Tuesday, October 15, 2013 10:42 AM > >To: Dmytriyenko, Denys; [email protected] > >Subject: Re: [meta-arago] [PATCH 3/5] qtbase: update bbappend to > >disable eglfs/gles for now > > > > > >>-----Original Message----- > >>From: [email protected] [mailto:meta-arago- > >>[email protected]] On Behalf Of Dmytriyenko, Denys > >>Sent: Monday, October 14, 2013 10:27 PM > >>To: [email protected] > >>Subject: Re: [meta-arago] [PATCH 3/5] qtbase: update bbappend to > >>disable eglfs/gles for now > >> > >>On Mon, Oct 14, 2013 at 11:21:55PM -0400, Denys Dmytriyenko > >wrote: > >>> From: Denys Dmytriyenko <[email protected]> > >>> > >>> Until Graphics SDK gets updated to work with 3.12 kernel. > >>> > >>> Note: this effectively disables QtWebKit-based apps like > >matrix- > >>browser, as > >>> that depends on QtDeclarative and hence QtQuick, which requires > >>GLES. > > > >Hold on. So QtWebKit won't work without GLES? If so then we > >still have a problem with Qt5 support by default since not all > >devices have an SGX right? > > Or was this dependency always there?
Right, that's what we've been discussing with Prabu. Only plain QtWidgets can work w/o any GL now. QtQuick/QtDeclarative is where GL dependency comes from. Also, in future versions of Qt5 they are moving away from WebKit to Chromium as a web renderer, so it will bring a whole new level of pain... > >>BTW, I'll be adding conditional setting of this Qt5 PACKAGECONFIG > >>in the > >>global distro config based on "sgx" machine flag... > >> > >> > >>> Signed-off-by: Denys Dmytriyenko <[email protected]> > >>> --- > >>> meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend | 2 +- > >>> 1 file changed, 1 insertion(+), 1 deletion(-) > >>> > >>> diff --git a/meta-arago-distro/recipes- > >>qt/qt5/qtbase_5.1.1.bbappend b/meta-arago-distro/recipes- > >>qt/qt5/qtbase_5.1.1.bbappend > >>> index eaf1433..d35a948 100644 > >>> --- a/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend > >>> +++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.1.1.bbappend > >>> @@ -1,6 +1,6 @@ > >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > >>> > >>> -PACKAGECONFIG_GL = "gles2 icu linuxfb" > >>> +PACKAGECONFIG_GL = "icu linuxfb" > >>> > >>> SRC_URI += " \ > >>> file://0001-qeglfswindow.cpp.patch \ > >>> -- > >>> 1.8.3.2 > >>> > >>_______________________________________________ > >>meta-arago mailing list > >>[email protected] > >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > >_______________________________________________ > >meta-arago mailing list > >[email protected] > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
