diff options
author | Ouyang Jun <ouyangj.fnst@cn.fujitsu.com> | 2019-07-04 06:06:44 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-07-25 21:52:22 +0000 |
commit | f09703a724c408820f887d31f77574b16a1ed7bd (patch) | |
tree | fe23828d89c5d50619d4afd2702c4d5715075876 /meta-agl-profile-cluster-qt5/recipes-qt/qt5/qtbase_%.bbappend | |
parent | 7940782b8a8242ce074392b75beecb213d9ebcee (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
(cherry picked from commit b2881c336770d5a04a6b0ec8595617cad85d7dcf)
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 | 3 |
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)}" |