From 647ed1cbae42411b187cab794e495f39cf2ec883 Mon Sep 17 00:00:00 2001 From: Zhou Mingying Date: Fri, 23 Aug 2019 11:58:25 +0800 Subject: 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 Change-Id: I73cc7d635a0e451fce7fe557f9433f397e107a7a --- meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend') 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)}" -- cgit 1.2.3-korg