diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 11:49:36 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-11 11:49:36 +0100 |
commit | 083745a26e717b1c927bd86d604bdab586620567 (patch) | |
tree | 83c9ca9a6bfb8f288c5bd5a78584d54b36580469 /meta-moblin/packages/moblin-web-browser | |
parent | 3dac2aa87c0ed233fc881164f4601d0fd4501522 (diff) | |
download | poky-083745a26e717b1c927bd86d604bdab586620567.tar.gz |
moblin: Convert to depend on clutter-1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/moblin-web-browser')
-rw-r--r-- | meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb index b3ff20971a..5e42fc5a50 100644 --- a/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb +++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1" | |||
6 | PV = "0.0+git${SRCPV}" | 6 | PV = "0.0+git${SRCPV}" |
7 | PR = "r5" | 7 | PR = "r5" |
8 | 8 | ||
9 | DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless" | 9 | DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||