Recap of the situation as I understand it: * Gtk+3 works fine without any OpenGL, if GtkGLArea is not used * When GtkGLArea is used, Gtk+ uses libepoxy which is supposed dlopen the correct libraries as they are needed * Gtk+ can only handle desktop GL at the moment (GdkGLContext does not have a GLES profile), so epoxy ends up dlopening libGL.so.1
With this in mind I think the right solution is that applications that use OpenGL in a GtkGLArea must depend on a gl implementation (currently only libgl works). I am sending a patch that makes gtk3-demo RDEPEND on libgl. - Jussi The following changes since commit ceeb52a2544045fe8432e36307a321f6e934de49: linux-yocto: Update SRCREV for genericx86* BSPs (2015-10-07 00:36:47 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/gtk-gl http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gtk-gl Jussi Kukkonen (1): gtk+3: gtk3-demo needs libgl meta/recipes-gnome/gtk+/gtk+3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
