Wait ignore this. I forgot about the new suggested approach for package configs
> -----Original Message----- > From: Cooper Jr., Franklin > Sent: Tuesday, August 12, 2014 5:58 PM > To: [email protected] > Cc: Cooper Jr., Franklin > Subject: [PATCH] qtbase: Add touchscreen support and set wayland as the > default display plugin > > From: "Franklin S. Cooper Jr" <[email protected]> > > * Enable touchscreen > * Set wayland as the default display plugin for Qt apps. > * Its already the default now used by Arago but this eliminates the need to > pass > additional arguments for all the different Qt applications. > --- > .../recipes-qt/qt5/qtbase_5.2.1.bbappend | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend > b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend > index c879313..5fb65bb 100644 > --- a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend > +++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend > @@ -3,4 +3,8 @@ GLES_EXTRA_DEPS_omap-a15 = "libdrm wayland" > > PACKAGECONFIG[gles2] = "-opengl es2 -eglfs,,virtual/libgles2 virtual/egl > ${GLES_EXTRA_DEPS}" > > -PR_append = "-arago0" > +PR_append = "-arago1" > + > +QT_CONFIG_FLAGS += "-qpa wayland" > + > +PACKAGECONFIG += "tslib" > -- > 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
