All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libepoxy: RDEPEND on libgl
@ 2015-10-02 12:41 Jussi Kukkonen
  2015-10-02 12:48 ` Alexander Kanavin
  2015-10-02 15:43 ` Andreas Oberritter
  0 siblings, 2 replies; 8+ messages in thread
From: Jussi Kukkonen @ 2015-10-02 12:41 UTC (permalink / raw)
  To: openembedded-core

Automatic dependency tracking does not notice this (understandable
with the dlopen trickery epoxy does).

[YOCTO #8371]

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---


I'm not super familiar with the opengl handling so please let me know if there's some
better way to do this: The problem being fixed is e.g. gtk3-demo failing to start
because it fails to dlopen libGL.so.1.


 meta/recipes-graphics/libepoxy/libepoxy_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_git.bb b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
index ad17293..fe05d4e 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_git.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_git.bb
@@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
 inherit autotools pkgconfig
 
 DEPENDS = "util-macros virtual/egl"
+RDEPENDS_${PN} = "libgl"
 
 PACKAGECONFIG[x11] = "--enable-glx, --disable-glx, virtual/libx11"
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
-- 
2.1.4



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

end of thread, other threads:[~2015-10-09  8:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 12:41 [PATCH] libepoxy: RDEPEND on libgl Jussi Kukkonen
2015-10-02 12:48 ` Alexander Kanavin
2015-10-02 15:47   ` Andreas Oberritter
2015-10-02 15:43 ` Andreas Oberritter
2015-10-05 19:21   ` Burton, Ross
2015-10-06 15:12   ` Jussi Kukkonen
2015-10-09  7:19     ` Andreas Müller
2015-10-09  8:00       ` Jussi Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.