diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-12 12:17:56 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-16 21:57:44 +0100 |
commit | aff9b565b8a16ede5599325fee796a13f66e1d21 (patch) | |
tree | 213b96a23e4c7cda3d0b0a126c9e4928f2b0b293 /meta-gnome/recipes-apps/pinpoint | |
parent | 3daefee83ecce6445b16264b3ad3a6b3214b64a6 (diff) | |
download | meta-openembedded-aff9b565b8a16ede5599325fee796a13f66e1d21.tar.gz |
pinpoint: add librsvg dependency
* autodetected from sysroot:
WARN: pinpoint: pinpoint rdepends on librsvg, but it isn't a build dependency?
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps/pinpoint')
-rw-r--r-- | meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index 80fdbf7b0..a90e5cd49 100644 --- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "LGPLv2.1" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ |
8 | file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c" | 8 | file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c" |
9 | 9 | ||
10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0" | 10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg" |
11 | 11 | ||
12 | inherit autotools gettext pkgconfig | 12 | inherit autotools gettext pkgconfig |
13 | 13 | ||