diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 12:11:01 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-10 12:11:01 +0100 |
commit | 2715db50bf6cc81304cce201e6ed5b7cf5ee615a (patch) | |
tree | 6610e8e4fb964ffd45ff9de3c3853bb3bd05b7f0 /meta/packages | |
parent | 191dee9198eae8b147373932c76566c8b481b7ef (diff) | |
download | poky-2715db50bf6cc81304cce201e6ed5b7cf5ee615a.tar.gz |
mozilla-headless-services: Add json-glib to DEPENDS
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless-services_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb index 9757238eb0..aba2ffd789 100644 --- a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb +++ b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb | |||
@@ -3,7 +3,7 @@ SRC_URI = "git://git.moblin.org/mozilla-headless-services.git;protocol=git \ | |||
3 | PV = "0.0+git${SRCREV}" | 3 | PV = "0.0+git${SRCREV}" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | DEPENDS = "glib-2.0 dbus mozilla-headless" | 6 | DEPENDS = "glib-2.0 dbus mozilla-headless json-glib" |
7 | 7 | ||
8 | EXTRA_OECONF = "--enable-gnome-proxy" | 8 | EXTRA_OECONF = "--enable-gnome-proxy" |
9 | 9 | ||