[Buildroot] Buildroot 2024.11.3 and QT5-webkit
ciro04 at incmail.it
ciro04 at incmail.it
Sat Apr 19 08:58:04 UTC 2025
Hi guys,
I'm new to buildroot and I'm currently using version 2024.11.3 on imx8mp
platform (NXP starter kit).
I'm trying to compile QT5-webkit to integrate a simple HMI application.
But unfortunately qt5webkit 5.212.0-alpha4 does not link the opengles
libraries:
/home/ciro/buildroot/buildroot-2024.11.3/output/host/lib/gcc/aarch64-buildroot-linux-gnu/13.3.0/../../../../aarch64-buildroot-linux-gnu/bin/ld:
CMakeFiles/WebCore.dir/platform/graphics/opengl/Extensions3DOpenGLES.cpp.o:
in function `WebCore::Extensions3DOpenGLES::getExtensions()':
Extensions3DOpenGLES.cpp:(.text._ZN7WebCore20Extensions3DOpenGLES13getExtensionsEv+0x14):
undefined reference to `glGetString
in the buildroot .config they are correctly set:
BR2_PACKAGE_GLMARK2_FLAVOR_DRM_GLESV2=y
BR2_PACKAGE_GLMARK2_FLAVOR_WAYLAND_GLESV2=y
BR2_PACKAGE_GLMARK2_FLAVOR_X11_GLESV2=y
BR2_PACKAGE_PROVIDES_LIBGLES="mesa3d"
BR2_PACKAGE_HAS_LIBGLES=y
has anyone faced this problem?
Thanks in advance.
Ciro
More information about the buildroot
mailing list