stm-st-stm32mp: configure properly qtbase compilation
Otherwise it fails with: ERROR: The OpenGL functionality tests failed! Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
0c7b49c3ab
commit
f9a4103459
|
|
@ -0,0 +1,6 @@
|
|||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PACKAGECONFIG_GL = " ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)} "
|
||||
PACKAGECONFIG:append = " eglfs examples accessibility "
|
||||
QT_CONFIG_FLAGS += " -no-sse2 -no-opengles3"
|
||||
|
||||
Loading…
Reference in New Issue