aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
diff options
context:
space:
mode:
authorZhou Mingying <zhoumy@cn.fujitsu.com>2019-08-23 11:58:25 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-26 06:01:02 +0000
commitfcae98dddbef63a8bd0ed9204c0362eb675af64e (patch)
treef2d4ed4fb4641eabe00b3cb48d4e5113755b52a9 /meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
parent1d41ecf54d2ddcbd17eba3148350f032ccb6e73a (diff)
Fix qtbase compile error for dra7xx-evm
Fix qtbase plugin eglfs kms gbm compile error, and conversion error from EGLNativeDisplayType to void. Bug-AGL: SPEC-2763 Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com> Change-Id: I73cc7d635a0e451fce7fe557f9433f397e107a7a (cherry picked from commit 647ed1cbae42411b187cab794e495f39cf2ec883)
Diffstat (limited to 'meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend')
-rw-r--r--meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
index be4a62ae1..50db225c1 100644
--- a/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
+++ b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
@@ -1,3 +1,10 @@
#Enable eglfs for QT based application
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+
+SRC_URI += " file://0001-fixed-eglfs_kms-fails-to-build.patch \
+ file://0002-fixed-invalid-conversion-from-EGLNativeDisplayType-to-void.patch \
+ "
+
PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"