diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-23 19:36:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 16:45:33 +0100 |
commit | cb591b2b7bd996d192cd90bd5fc9f282a5ae31b3 (patch) | |
tree | f37cf01e7333c18ce2f3fd11d2ebb264933ae68f | |
parent | 7e9fd6c6152b08720ff26a87f0903af528b412c8 (diff) | |
download | poky-cb591b2b7bd996d192cd90bd5fc9f282a5ae31b3.tar.gz |
gtk+3: add dependencies for gtk+3-demo
The demo loads PNG files and sniffs mime types, so ensure that these
dependencies are present so the demo actually works.
(From OE-Core rev: 3d678e0c49840a703db028ab82d4535145cd06d2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb index 1e0fed2def..cc51fcd539 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb | |||
@@ -65,6 +65,10 @@ FILES_${PN}-demo = "${bindir}/gtk3-demo \ | |||
65 | ${bindir}/gtk3-widget-factory \ | 65 | ${bindir}/gtk3-widget-factory \ |
66 | ${datadir}/gtk-3.0/demo" | 66 | ${datadir}/gtk-3.0/demo" |
67 | 67 | ||
68 | # The demo uses PNG files and mime type sniffing, so ensure that these | ||
69 | # dependencies are present. | ||
70 | RDEPENDS_${PN}-demo += "gdk-pixbuf-loader-png shared-mime-info" | ||
71 | |||
68 | FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ | 72 | FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ |
69 | ${bindir}/gtk-query-immodules-3.0 \ | 73 | ${bindir}/gtk-query-immodules-3.0 \ |
70 | ${bindir}/gtk-launch \ | 74 | ${bindir}/gtk-launch \ |