diff options
author | Zhou Mingying <zhoumy@cn.fujitsu.com> | 2019-08-23 11:58:25 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-26 06:00:52 +0000 |
commit | 647ed1cbae42411b187cab794e495f39cf2ec883 (patch) | |
tree | b7b31e89f991c18171641875f073ef28831da987 /meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend | |
parent | 8da24f2d8d561fd34325f90f815821948daa228b (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
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_%.bbappend | 7 |
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)}" |