Browse Source

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 <gary.bisson@boundarydevices.com>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 82fb51d3b51685ebf2b7c5f3a1b1d749231e12a9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gary Bisson 4 years ago
parent
commit
985512051e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/qt5/qt5base/qt5base.mk

+ 3 - 0
package/qt5/qt5base/qt5base.mk

@@ -84,6 +84,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