diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-10-09 15:20:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-12 14:36:30 +0100 |
commit | 67d65008e89e78e43878510df16b293319fddbbf (patch) | |
tree | 7c45da2d5d8e79357ef61ea80ed778cce6247c80 /meta/recipes-gnome/gtk+ | |
parent | f385ed1a066007567fcd62f72e7d71b3b84be12f (diff) | |
download | poky-67d65008e89e78e43878510df16b293319fddbbf.tar.gz |
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.
(From OE-Core rev: 3d95440b77bfe90d20c8b7a96e611b6cf2ffcb70)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
57 | 57 | ||
58 | # The demo uses PNG files and mime type sniffing, so ensure that these | 58 | # The demo uses PNG files and mime type sniffing, so ensure that these |
59 | # dependencies are present. | 59 | # dependencies are present. |
60 | RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info" | 60 | RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info libgl" |
61 | 61 | ||
62 | FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ | 62 | FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ |
63 | ${bindir}/gtk-query-immodules-3.0 \ | 63 | ${bindir}/gtk-query-immodules-3.0 \ |