Message ID | 20200306071440.30433-7-miquel.raynal@bootlin.com |
---|---|
State | New |
Headers | show |
Series | [1/7] package/sunxi-mali-utgard: rename from sunxi-mali-mainline | expand |
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk index 8803a4821e..ad01c7c843 100644 --- a/package/qt5/qt5base/qt5base.mk +++ b/package/qt5/qt5base/qt5base.mk @@ -295,7 +295,7 @@ QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_XML) += Qt5Xml QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_OPENGL_LIB) += Qt5OpenGL ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y) QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglFSDeviceIntegration -ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y) +ifeq ($(BR2_PACKAGE_HAS_LIBEGL),y) QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_EGLFS) += Qt5EglFsKmsSupport endif ifeq ($(BR2_PACKAGE_GCNANO_BINARIES),y)
BR2_PACKAGE_HAS_LIBEGL indicates that the virtual libegl packet is enabled. This packet may be provided by mesa3d (this is actually what happens when selecting BR2_PACKAGE_MESA3D_OPENGL_EGL) but other providers may exist. Generalize the condition on which EGLFS KMS support is added to Qt5 to allow rockchip-mali-bifrost (and potentially other) to use the KMS back-end. Suggested-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- package/qt5/qt5base/qt5base.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)