From d04099e94be6611ac1aca1cbeee14c4546a920bb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jun 2014 20:58:21 +0100 Subject: recipes: Add missing pkgconfig dependencies These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index 7dc09da..2b85ff4 100644 --- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0" -inherit autotools gettext +inherit autotools gettext pkgconfig SRC_URI = "git://git.gnome.org/pinpoint" -- cgit v1.1