From: Gary Bisson Date: Tue, 29 Sep 2020 08:20:17 +0000 (+0200) Subject: package/qt5/qt5base: allow to use imx-gpu-viv as GBM provider X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82fb51d3b51685ebf2b7c5f3a1b1d749231e12a9;p=buildroot.git package/qt5/qt5base: allow to use imx-gpu-viv as GBM provider Needed in order to use eglfs_kms platform backend. Signed-off-by: Gary Bisson Reviewed-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- 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