diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-01 17:50:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:11:35 +0100 |
commit | f00693e3306a70335372c5dcec2432031f8948b1 (patch) | |
tree | 88b97b49c3aa534bf7f4dc7bb4b8aa953cb78d6e /meta-gnome | |
parent | 5c135661e1fe2128f66daaa94de3273de7980ce0 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 1 |
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 d9bc35030..7dc09dac5 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}" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | RRECOMMENDS_${PN} = "gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-png" | ||