[oe-commits] Ross Burton : pinpoint: add gdk-pixbuf loaders to runtime recommendations

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 22:16:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: f00693e3306a70335372c5dcec2432031f8948b1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f00693e3306a70335372c5dcec2432031f8948b1

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov  1 17:50:10 2013 +0000

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 at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index d9bc350..7dc09da 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"



More information about the Openembedded-commits mailing list