From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id C387F75D22 for ; Wed, 21 Oct 2015 08:31:35 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 21 Oct 2015 01:31:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,711,1437462000"; d="scan'208";a="831952325" Received: from theory.fi.intel.com ([10.237.72.196]) by fmsmga002.fm.intel.com with ESMTP; 21 Oct 2015 01:31:33 -0700 From: Jussi Kukkonen To: openembedded-core@lists.openembedded.org, schnitzeltony@googlemail.com, otavio.salvador@ossystems.com.br Date: Wed, 21 Oct 2015 11:34:20 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 Subject: [PATCH 0/1] Fix Gtk+3 initialization without GLX X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 08:31:35 -0000 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. This patch does not change the advice to application recipes: If the application uses OpenGL in GLArea, it should RDEPEND on libgl. 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 | 6 ++- ...Do-not-try-to-initialize-GL-without-libGL.patch | 60 ++++++++++++++++++++++ meta/recipes-gnome/gtk+/gtk+3_3.16.6.bb | 1 + 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-gnome/gtk+/gtk+3/Do-not-try-to-initialize-GL-without-libGL.patch -- 2.1.4