Objective here is to allow building core-image-sato without OpenGL even though Gtk+3 depends on it.
I'm not proud of the patch: * It modifies Gtk API (only GdkX11GLContext is removed but still) * It's a maintenance problem * It finds all kinds of nasty corner cases in the Gtk build system but I'm guessing many people expect core-image-sato to work without GL so maybe this i worth it. In the longer term I'd prefer some other solution. Thanks, Jussi The following changes since commit 2a85038dd03463774fb787b655887297ec4f0a04: directfb: fix client->gfx_state initialisation (2016-06-15 18:13:16 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jku/gtk3-without-opengl http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gtk3-without-opengl Jussi Kukkonen (1): gtk+3: Add patch for --disable-opengl meta/recipes-gnome/gtk+/gtk+3.inc | 7 +- .../0001-Add-disable-opengl-configure-option.patch | 965 +++++++++++++++++++++ meta/recipes-gnome/gtk+/gtk+3_3.18.8.bb | 1 + 3 files changed, 972 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-gnome/gtk+/gtk+3/0001-Add-disable-opengl-configure-option.patch -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core