[oe] [meta-oe][PATCH 2/2] pinpoint: add gdk-pixbuf loaders to runtime recommendations

Ross Burton ross.burton at intel.com
Fri Nov 1 17:50:10 UTC 2013


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>
---
 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"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list