[Buildroot] [git commit branch/2020.08.x] package/qt5/qt5base: allow to use imx-gpu-viv as GBM provider

Peter Korsgaard peter at korsgaard.com
Fri Oct 2 19:46:58 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=89e4b8479c6debdb7cc8fffc25fb8579a0357830
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.08.x

Needed in order to use eglfs_kms platform backend.

Signed-off-by: Gary Bisson <gary.bisson at boundarydevices.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 82fb51d3b51685ebf2b7c5f3a1b1d749231e12a9)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5base/qt5base.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index 359a380075..1232a03778 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -79,6 +79,9 @@ QT5BASE_DEPENDENCIES += gcnano-binaries
 else ifeq ($(BR2_PACKAGE_TI_SGX_LIBGBM),y)
 QT5BASE_CONFIGURE_OPTS += -gbm
 QT5BASE_DEPENDENCIES += ti-sgx-libgbm
+else ifeq ($(BR2_PACKAGE_IMX_GPU_VIV),y)
+QT5BASE_CONFIGURE_OPTS += -gbm
+QT5BASE_DEPENDENCIES += imx-gpu-viv
 else
 QT5BASE_CONFIGURE_OPTS += -no-gbm
 endif


More information about the buildroot mailing list