summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages
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
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')
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser/clutter10.patch13
-rw-r--r--meta-moblin/packages/moblin-web-browser/moblin-web-browser_git.bb5
2 files changed, 16 insertions, 2 deletions
diff --git a/meta-moblin/packages/moblin-web-browser/moblin-web-browser/clutter10.patch b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/clutter10.patch
new file mode 100644
index 0000000000..a700fd4566
--- /dev/null
+++ b/meta-moblin/packages/moblin-web-browser/moblin-web-browser/clutter10.patch
@@ -0,0 +1,13 @@
1Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac 2009-07-31 11:35:36.000000000 +0100
4+++ git/configure.ac 2009-07-31 11:36:48.000000000 +0100
5@@ -32,7 +32,7 @@
6 [cat "$srcdir/po/Rules-mwbpages" >> po/Makefile])
7 ])
8
9-PKG_CHECK_MODULES(MWB, clutter-0.9 clutter-gtk-0.9 cluttermozembed nbtk-1.0 unique-1.0 >= 1.0.6 gtk+-2.0 libstartup-notification-1.0 >= 0.9)
10+PKG_CHECK_MODULES(MWB, clutter-1.0 clutter-gtk-1.0 cluttermozembed nbtk-1.0 unique-1.0 >= 1.0.6 gtk+-2.0 libstartup-notification-1.0 >= 0.9)
11
12 PKG_CHECK_MODULES(MHS, mhs-1.0)
13
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