diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-01 17:50:09 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:11:35 +0100 |
commit | 5c135661e1fe2128f66daaa94de3273de7980ce0 (patch) | |
tree | ee786bdb38d3a67cc656333ad12eced211aa42b6 /meta-gnome | |
parent | 8846c4242ee587db15ead2a9d067bdd5dda1a6ab (diff) | |
download | meta-openembedded-5c135661e1fe2128f66daaa94de3273de7980ce0.tar.gz |
pinpoint: add missing build dependency on cogl
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 | 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 cc247f936..d9bc35030 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 clutter-1.0 clutter-gst-1.0" | 10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0" |
11 | 11 | ||
12 | inherit autotools gettext | 12 | inherit autotools gettext |
13 | 13 | ||