summaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-17 09:21:21 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-17 09:21:21 +0100
commitbd1123228b97e0f83a76c9676db0a2e6dbbfee54 (patch)
tree3c403924116794ce85b1217508539e2dbe7b2bce /meta-moblin
parent259498f7fcb3f1b1b1ebc308561451e870496952 (diff)
downloadpoky-bd1123228b97e0f83a76c9676db0a2e6dbbfee54.tar.gz
moblin-web-browser: Add DEPENDS on mutter-moblin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb4
1 files changed, 2 insertions, 2 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 09dd21a4ff..63b00640d0 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
@@ -4,9 +4,9 @@ SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
4 file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079" 4 file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079"
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
6PV = "0.0+git${SRCPV}" 6PV = "0.0+git${SRCPV}"
7PR = "r6" 7PR = "r7"
8 8
9DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless" 9DEPENDS = "clutter-1.0 clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless mutter-moblin"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12