|
@@ -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
|