qtbase: set QT_QPA_EGLFS_INTEGRATION="eglfs_viv" on fb images

Otherwise, qt5 applications will fail to launch on the 8X and 6/6QP.

https://jira.digi.com/browse/DEL-7281

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-10-20 12:20:02 +02:00
parent 441459b6d2
commit e79e57d154
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ export QT_QPA_PLATFORM="wayland"
export QT_QPA_PLATFORM="xcb"
# Use EGLFS platform plugin for images without XWayland and X11
[ -f "/etc/xserver-nodm/Xserver" ] || export QT_QPA_PLATFORM="eglfs"
[ -f "/etc/xserver-nodm/Xserver" ] || export QT_QPA_PLATFORM="eglfs" QT_QPA_EGLFS_INTEGRATION="eglfs_viv"