aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-01 17:50:10 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:11:35 +0100
commitf00693e3306a70335372c5dcec2432031f8948b1 (patch)
tree88b97b49c3aa534bf7f4dc7bb4b8aa953cb78d6e /meta-gnome/recipes-apps
parent5c135661e1fe2128f66daaa94de3273de7980ce0 (diff)
downloadmeta-openembedded-contrib-f00693e3306a70335372c5dcec2432031f8948b1.tar.gz
pinpoint: add gdk-pixbuf loaders to runtime recommendations
A pinpoint that can't load images isn't really useful, so recommend the PNG and JPEG loaders. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps')
-rw-r--r--meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index d9bc35030e..7dc09dac50 100644
--- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
+++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
@@ -18,3 +18,4 @@ PV = "0.1.4+gitr${SRCPV}"
S = "${WORKDIR}/git"
+RRECOMMENDS_${PN} = "gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-png"