f0d21f6921
For now we pick one crtc and find the corresponding layer. If this is not desired, set QT_QPA_EGLFS_LAYER_INDEX to override the layer to be used. Enable qt.qpa.eglfs.kms to get logs about the available layers. Change-Id: I762783f960739e32966c8cde17d8f55fbe40091f Done-with: Louai Al-Khanji <louai.al-khanji@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
13 lines
179 B
Prolog
13 lines
179 B
Prolog
SOURCES = eglfs-egldevice.cpp
|
|
|
|
for(p, QMAKE_LIBDIR_EGL) {
|
|
exists($$p):LIBS += -L$$p
|
|
}
|
|
|
|
INCLUDEPATH += $$QMAKE_INCDIR_EGL
|
|
LIBS += $$QMAKE_LIBS_EGL
|
|
|
|
LIBS += -ldrm
|
|
|
|
CONFIG -= qt
|