diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-25 16:02:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 10:35:35 +0200 |
commit | 9a5d25f2a717814f948b492b9c01c1ff0edb678d (patch) | |
tree | 961ee0f2deed7a83641be9043574d5ae09d36286 /meta-gnome/recipes-apps/pinpoint | |
parent | 41718238db85cf2685605ec0351464ad05f01f77 (diff) | |
download | meta-openembedded-9a5d25f2a717814f948b492b9c01c1ff0edb678d.tar.gz |
pinpoint: use clutter-gst-3.0
* clutter-gst-1.0 was removed from oe-core
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 2b85ff436..80fdbf7b0 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-1.0" | 10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0" |
11 | 11 | ||
12 | inherit autotools gettext pkgconfig | 12 | inherit autotools gettext pkgconfig |
13 | 13 | ||