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.
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
