Looks good, I'll push them next time, thanks.
Sent from my Android phone using TouchDown (www.nitrodesk.com) -----Original Message----- From: Cooper Jr., Franklin [[email protected]] Received: Tuesday, 12 Aug 2014, 19:06 To: [email protected] [[email protected]] CC: Cooper Jr., Franklin [[email protected]] Subject: [meta-arago] [PATCH 1/2] qtbase: Set wayland as the default display plugin From: "Franklin S. Cooper Jr" <[email protected]> * 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 | 4 +++- 1 file changed, 3 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..f5f772a 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,6 @@ 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" -- 1.7.9.5 _______________________________________________ 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
