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:44:34 +0100 |
commit | 3d678e0c49840a703db028ab82d4535145cd06d2 (patch) | |
tree | c777c7a8857789286fe7ffa822ea243e76e991cf /meta/recipes-gnome | |
parent | cdb7b25f0df633b5498988b3037a58edd361a869 (diff) | |
download | openembedded-core-3d678e0c49840a703db028ab82d4535145cd06d2.tar.gz openembedded-core-3d678e0c49840a703db028ab82d4535145cd06d2.tar.bz2 openembedded-core-3d678e0c49840a703db028ab82d4535145cd06d2.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-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 \ ${bindir}/gtk3-widget-factory \ ${datadir}/gtk-3.0/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" + FILES_${PN} = "${bindir}/gtk-update-icon-cache-3.0 \ ${bindir}/gtk-query-immodules-3.0 \ ${bindir}/gtk-launch \ |