package/qt5: enable eglfs_kms integration plugin for rockchip-mali
In order to be able to use OpenGL with QT5 with a Rockchip Mali Bifrost GPU, a device integration provider has to be selected. We are interested in the KMS integration that works well with Mali Bifrost, make sure it gets build when using rockchip-mali-bifrost as OpenGL provider. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4afa6fd8c1
commit
e070d60667
@ -264,6 +264,9 @@ QT5BASE_EGLFS_DEVICE = EGLFS_DEVICE_INTEGRATION = eglfs_viv
|
||||
else ifeq ($(BR2_PACKAGE_SUNXI_MALI_UTGARD),y)
|
||||
# use mali backend
|
||||
QT5BASE_EGLFS_DEVICE = EGLFS_DEVICE_INTEGRATION = eglfs_mali
|
||||
else ifeq ($(BR2_PACKAGE_ROCKCHIP_MALI),y)
|
||||
# use kms backend
|
||||
QT5BASE_EGLFS_DEVICE = EGLFS_DEVICE_INTEGRATION = eglfs_kms
|
||||
endif
|
||||
|
||||
ifneq ($(QT5BASE_CONFIG_FILE),)
|
||||
|
Loading…
Reference in New Issue
Block a user