Nak these patches. I noticed that I used conditional instead of contains in the next two patches. Plus I see that wayland is already a "standard" in terms of a distro feature. However, it seems that it typically pulls in some additional things that we don't necessarily want. So some additional things need to be fixed.
> -----Original Message----- > From: Cooper Jr., Franklin > Sent: Friday, August 29, 2014 4:57 PM > To: [email protected] > Cc: Cooper Jr., Franklin > Subject: [PATCH 1/3] arago.conf: Disable TSLIB in Qt 5 > > From: "Franklin S. Cooper Jr" <[email protected]> > > * When using Qt 5 w/Wayland Weston should be providing the touch input. > * Disable tslib. > > Signed-off-by: Franklin S. Cooper Jr <[email protected]> > --- > meta-arago-distro/conf/distro/arago.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago- > distro/conf/distro/arago.conf > index 57e6646..50c8c6b 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -31,7 +31,7 @@ PACKAGECONFIG_pn-weston = "fbdev launch" > > # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) > PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" > -PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples tslib" > +PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples > ${@bb.utils.contains('DISTRO_FEATURES','weston','','tslib',d)}" > > # ARM9 is not supported by the Linaro toolchain so default back to the > Arago # toolchain for ARM9 based SOCs. > -- > 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
