qt5base: set eglfs platform hook for imx6
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
63e492e4e6
commit
3577ca6af2
@ -98,6 +98,10 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_QT5BASE_EGLFS),y)
|
||||
QT5BASE_CONFIGURE_OPTS += -opengl es2 -eglfs
|
||||
QT5BASE_DEPENDENCIES += libgles libegl
|
||||
ifeq ($(BR2_PACKAGE_GPU_VIV_BIN_MX6Q),y)
|
||||
QT5BASE_EGLFS_PLATFORM_HOOKS_SOURCES = \
|
||||
$(@D)/mkspecs/devices/linux-imx6-g++/qeglfshooks_imx6.cpp
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||
QT5BASE_EGLFS_PLATFORM_HOOKS_SOURCES = \
|
||||
$(@D)/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user