[Buildroot] [RFC 2/3] rpi-userland: fix opengl library symlinks

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 22 21:54:21 UTC 2017


Hello,

On Wed, 22 Mar 2017 14:13:30 -0400, Gaël PORTAY wrote:
> Qt WebEngine module is linked against libEGL.so.1 and libGLESv2.so.2.

I don't understand this. Does WebEngine contains pre-built binaries? If
so, then most likely they are only available for a few architectures,
and Qt WebEngine should only be available for those few architectures.

If everything is source code, then presumably the build system uses
-lEGL -lGLESv2, which tells gcc to look for libEGL.so and libGLESv2.so,
so those .1 and .2 suffixes should not matter.

Can you give some more details here?

Also: if this is needed for the qtwebengine build to be successful, it
should appear *before* the qtwebengine patch in the series.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list