summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-07-31 11:38:25 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-07-31 11:38:25 +0100
commitbe8558d437f018d6b5c8d82032552e0fc38fc002 (patch)
tree67c6c093372fb0fe491ea49b5ef80d48adcbfab0 /meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb
parentbeefb3d59d8c007984be5c496fba063bff4bc60d (diff)
downloadpoky-be8558d437f018d6b5c8d82032552e0fc38fc002.tar.gz
moblin-web-browser: Cope with clutter 1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb5
1 files changed, 3 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 3fcdc32b5e..0aa1a871b4 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
@@ -1,10 +1,11 @@
1DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)" 1DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)"
2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ 2SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
3 file://xpidl-b55d523da7681febfabf9fc40dcd6fcee982b079.patch;patch=1;rev=b55d523da7681febfabf9fc40dcd6fcee982b079 \ 3 file://xpidl-b55d523da7681febfabf9fc40dcd6fcee982b079.patch;patch=1;rev=b55d523da7681febfabf9fc40dcd6fcee982b079 \
4 file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079" 4 file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079 \
5 file://clutter10.patch;patch=1;notrev=5560cb14d6b83d0cd6750e33cad48b3b50f93207"
5LICENSE = "LGPLv2.1" 6LICENSE = "LGPLv2.1"
6PV = "0.0+git${SRCPV}" 7PV = "0.0+git${SRCPV}"
7PR = "r3" 8PR = "r4"
8 9
9DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless" 10DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless"
10 11