summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
diff options
context:
space:
mode:
authorOuyang Jun <ouyangj.fnst@cn.fujitsu.com>2019-07-04 06:06:44 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-25 21:46:15 +0000
commitb2881c336770d5a04a6b0ec8595617cad85d7dcf (patch)
treeb715b916d38ed5bb871a0d801773f883cab62eaf /meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
parent4cdc4af08bd542a9e04d8b619698c21dcac8e674 (diff)
Enable eglfs for QT based application in cluster profile
Platform eglfs should be enabled if using a qtwayland compositor instead of weston. Bug-AGL: SPEC-2487 Signed-off-by: Ouyang Jun <ouyangj.fnst@cn.fujitsu.com> Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com> Signed-off-by: Liu Wenlong <liuwl.fnst@cn.fujitsu.com> Change-Id: Ic4d35999ea5f3f08b7a47baa5cf2f48bc01df6ee
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_%.bbappend3
1 files changed, 3 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
new file mode 100644
index 000000000..be4a62ae1
--- /dev/null
+++ b/meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend
@@ -0,0 +1,3 @@
+#Enable eglfs for QT based application
+
+PACKAGECONFIG_GL_append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"