From f00693e3306a70335372c5dcec2432031f8948b1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 1 Nov 2013 17:50:10 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-gnome/recipes-apps') 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" -- cgit 1.2.3-korg