On 16.10.2013 21:38, Bernhard Rosenkränzer wrote:
We have a build dependency problem in Cooker -- qt4 BuildConflicts
with pkgconfig(egl) [not sure why this was done? qt4 does link to egl
if it's available, apparently there's some reason why this was
unwanted?], and it also BuildRequires pkgconfig(gtk+-2.0) to build
theme integration.
However, in Cooker, gtk+-2.0 devel packages are now requiring
pkgconfig(egl) -- so qt4's build deps can no longer be fulfilled.
We need to either get rid of the build conflict or remove the egl dep
from gtk2.
Does anyone know why the egl conflict was added in the first place?
I'm not sure about Qt 4.8.5 but in earlier versions Qt was using EGL by
default when built with EGL enabled. So nVidia blobs couldn't work with
Qt OpenGL applications due to lack of EGL support in blobs.