From: Jussi Kukkonen Date: Fri, 9 Oct 2015 12:20:55 +0000 (+0300) Subject: gtk+3: gtk3-demo needs libgl X-Git-Tag: 2015-10~123 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3d95440b77bfe90d20c8b7a96e611b6cf2ffcb70;p=openembedded-core.git gtk+3: gtk3-demo needs libgl The demo app uses OpenGL (within a GtkGLArea): it needs a runtime dependency on a GL library. Current GTK+ can only handle full GL (libGL.so.1) so RDEPEND on libgl. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 558cdd7340..54f84fcbd2 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc @@ -57,7 +57,7 @@ FILES_${PN}-demo = "${bindir}/gtk3-demo \ # The demo uses PNG files and mime type sniffing, so ensure that these # dependencies are present. -RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info" +RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info libgl" FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ ${bindir}/gtk-query-immodules-3.0 \