[oe-commits] Ross Burton : pinpoint: add missing build dependency on cogl

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 22:16:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 5c135661e1fe2128f66daaa94de3273de7980ce0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5c135661e1fe2128f66daaa94de3273de7980ce0

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov  1 17:50:09 2013 +0000

pinpoint: add missing build dependency on cogl

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
index cc247f9..d9bc350 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
                     file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
 
-DEPENDS = "gnome-common glib-2.0 gdk-pixbuf clutter-1.0 clutter-gst-1.0"
+DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0"
 
 inherit autotools gettext
 



More information about the Openembedded-commits mailing list