diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-gnome/recipes-apps | |
parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-apps')
-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 7dc09dac5..2b85ff436 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 \ | |||
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-1.0" |
11 | 11 | ||
12 | inherit autotools gettext | 12 | inherit autotools gettext pkgconfig |
13 | 13 | ||
14 | SRC_URI = "git://git.gnome.org/pinpoint" | 14 | SRC_URI = "git://git.gnome.org/pinpoint" |
15 | 15 | ||