eglfs: extend configure test for egldevice
Amend 1aba24a2ed4b75551a900772320d5a0dc1960043 and add check for the EGL_DRM_MASTER_FD_EXT now used as older egl headers might not have it. Pick-to: 6.5 Change-Id: I98b860d05396c24b8eb0e73172ac395c89da8628 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Alex Bu <alex.bu@qt.io> (cherry picked from commit 38cc03c9af6ad5328c2dc0b1fda9ef59ae1d20aa) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
401950a76f
commit
a52ca1f24e
@ -232,6 +232,7 @@ EGLDeviceEXT device = 0;
|
||||
EGLStreamKHR stream = 0;
|
||||
EGLOutputLayerEXT layer = 0;
|
||||
(void) EGL_DRM_CRTC_EXT;
|
||||
(void) EGL_DRM_MASTER_FD_EXT;
|
||||
/* END TEST: */
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user