All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko][meta-processor-sdk][PATCH] qtbase: enable eglfs_kms for QT5.9.4
@ 2018-04-23 15:08 Eric Ruei
  0 siblings, 0 replies; only message in thread
From: Eric Ruei @ 2018-04-23 15:08 UTC (permalink / raw)
  To: meta-arago

For QT5.9.4 the new component gbm should be included in order to enable
eglfs_kms (GBM)


Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 recipes-qt/qt5/qtbase_%.bbappend | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend
index 28255b7..1503beb 100644
--- a/recipes-qt/qt5/qtbase_%.bbappend
+++ b/recipes-qt/qt5/qtbase_%.bbappend
@@ -1,4 +1,4 @@
-PR_append = ".tisdk5.1"
+PR_append = ".tisdk5.2"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
@@ -13,6 +13,9 @@ GLES_EXTRA_DEPS = "libdrm ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', 'wayla
 PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl"
 PACKAGECONFIG += "kms"
 
+PACKAGECONFIG[gbm] = "-gbm,-no-gbm,drm virtual/egl"
+PACKAGECONFIG += "gbm"
+
 QT_NOSGX_PATCHES = "\
     file://0001-calculator-Add-exit-button-for-non-window-environmen.patch \
     file://0002-animatedtiles-Add-exit-button-for-non-window-environ.patch \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-23 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 15:08 [rocko][meta-processor-sdk][PATCH] qtbase: enable eglfs_kms for QT5.9.4 Eric Ruei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.