From: Ross Burton Date: Fri, 1 Nov 2013 17:50:10 +0000 (+0000) Subject: pinpoint: add gdk-pixbuf loaders to runtime recommendations X-Git-Tag: rev_ivi_2015_02_04~2589 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a8b273a6e8132d5a241770aec8dc2456cd29ed6;p=scm%2Fbb%2Ftizen-distro.git 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. (From meta-openembedded rev: f00693e3306a70335372c5dcec2432031f8948b1) Signed-off-by: Ross Burton Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-openembedded/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index d9bc350..7dc09da 100644 --- a/meta-openembedded/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb +++ b/meta-openembedded/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"