Tool/software: Linux
Has anyone successfully ran Qt-Wayland Compositor examples from Qt5 [1]?
I've tried a variety of configurations:
Configuration 1:
export QT_QPA_EGLFS_INTEGRATION=none
./ivi-compositor --platform eglfs
// Segmentation Fault
Configuration 2:
export QT_QPA_EGLFS_INTEGRATION=eglfs
./ivi-compositor --platform eglfs
qt.qpa.egldeviceintegration: Failed to load EGL device integration "eglfs"
EGL library doesn't support Emulator extensions
Aborted (core dumped)