edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #00738
[Bug 707794] Re: libqt4-opengl on armel should be compiled with OpenGL ES 2.x support
This ABI break affects bindings and code that subclasses QGLContext.
mythtv doesn't call those methods so adding stubs should solve the issue.
Attaching a patch that adds the stubs which call qFatal() to make
debugging easier in case some code actually calls the methods.
** Patch added: "egl_qglcontext_stubs.diff"
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/707794/+attachment/1878815/+files/egl_qglcontext_stubs.diff
--
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to kdeedu in ubuntu.
https://bugs.launchpad.net/bugs/707794
Title:
libqt4-opengl on armel should be compiled with OpenGL ES 2.x support