Re: [oe] Qt 5.4.1 loading libGLESv2.so directly and ignoring soname

2015-05-11 Thread Khem Raj
On Mon, May 11, 2015 at 8:50 PM, Andre McCurdy wrote: > + > +# > -- > +# Move the /usr/lib/libGLESv2.so symlink into the runtime package as > workaround > +# for issues seem with Qt 5.4.1, which seems to try to dlopen li

[oe] Qt 5.4.1 loading libGLESv2.so directly and ignoring soname

2015-05-11 Thread Andre McCurdy
I'm seeing Qt 5.4.1 apps which use the eglfs platform plug-in exit soon after startup with the following error: Failed to load libGLESv2 The issue seems to be that Qt 5.4.1 tries to dlopen "libGLESv2.so" at runtime, but due to OE's packaging rules the libGLESv2.so symlink isn't available. As a