All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support
@ 2015-10-25 22:43 Jonathan Liu
  2015-10-26  8:08 ` Paul Eggleton
  0 siblings, 1 reply; 12+ messages in thread
From: Jonathan Liu @ 2015-10-25 22:43 UTC (permalink / raw)
  To: yocto

[Support #16]

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-qt/qt5/qtbase_%.bbappend | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 recipes-qt/qt5/qtbase_%.bbappend

diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend
new file mode 100644
index 0000000..3e5e667
--- /dev/null
+++ b/recipes-qt/qt5/qtbase_%.bbappend
@@ -0,0 +1,6 @@
+do_configure_prepend_rpi() {
+    cat > ${S}/mkspecs/oe-device-extra.pri << 'EOF'
+EGLFS_DEVICE_INTEGRATION = eglfs_brcm
+QMAKE_LIBS_EGL = -lEGL -lGLESv2
+EOF
+}
-- 
2.6.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-26 12:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 22:43 [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support Jonathan Liu
2015-10-26  8:08 ` Paul Eggleton
2015-10-26  8:24   ` Jonathan Liu
2015-10-26 11:28     ` Otavio Salvador
2015-10-26 11:31       ` Jonathan Liu
2015-10-26 12:09         ` Otavio Salvador
2015-10-26  9:15   ` Andrei Gherzan
2015-10-26  9:41     ` Paul Eggleton
2015-10-26 10:48       ` Jonathan Liu
2015-10-26 10:54         ` Paul Eggleton
2015-10-26 11:10           ` Jonathan Liu
2015-10-26 11:45           ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.