Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Fix Gtk+3 initialization without GLX
@ 2015-10-21 13:25 Jussi Kukkonen
  2015-10-21 13:25 ` [PATCH v2 1/1] gtk+3: Do not try to initialize GL without libgl Jussi Kukkonen
  0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kukkonen @ 2015-10-21 13:25 UTC (permalink / raw)
  To: openembedded-core

Following patch should fix the issue of Gtk+3 applications exiting
when started in systems without libGL.so.1. The issue needs to be
solved with upstreams (epoxy, possibly Gtk) in future releases but
for 2.0 this should do it.

Applications that might use GtkGLArea (like gtk3-demo) do not need to
RDEPEND on libgl as gtk now does that when distro features allow: this
way they can be installed without libgl. Actually using GLArea still
results in exit if libgl is not present: in gtk3-demo this happens if
the glarea-demo is selected. 

Jussi


The following changes since commit 556c0ea92eb32ddb9c9a5e30a74b2ca24ac69c68:

  lib/oe/image.py: Fix dependency handling for compressed types (2015-10-14 18:08:37 +0300)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/gtk-gl-again
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gtk-gl-again

Jussi Kukkonen (1):
  gtk+3: Do not try to initialize GL without libgl

 meta/recipes-gnome/gtk+/gtk+3.inc                  |  4 +-
 ...Do-not-try-to-initialize-GL-without-libGL.patch | 60 ++++++++++++++++++++++
 meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb            |  1 +
 3 files changed, 64 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-gnome/gtk+/gtk+3/Do-not-try-to-initialize-GL-without-libGL.patch

-- 
2.1.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-21 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 13:25 [PATCH v2 0/1] Fix Gtk+3 initialization without GLX Jussi Kukkonen
2015-10-21 13:25 ` [PATCH v2 1/1] gtk+3: Do not try to initialize GL without libgl Jussi Kukkonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox