From be8558d437f018d6b5c8d82032552e0fc38fc002 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 31 Jul 2009 11:38:25 +0100 Subject: moblin-web-browser: Cope with clutter 1.0 Signed-off-by: Richard Purdie --- .../moblin-web-browser/moblin-web-browser/clutter10.patch | 13 +++++++++++++ .../packages/moblin-web-browser/moblin-web-browser_git.bb | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 meta-moblin/packages/moblin-web-browser/moblin-web-browser/clutter10.patch 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 @@ +Index: git/configure.ac +=================================================================== +--- git.orig/configure.ac 2009-07-31 11:35:36.000000000 +0100 ++++ git/configure.ac 2009-07-31 11:36:48.000000000 +0100 +@@ -32,7 +32,7 @@ + [cat "$srcdir/po/Rules-mwbpages" >> po/Makefile]) + ]) + +-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) ++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) + + PKG_CHECK_MODULES(MHS, mhs-1.0) + 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 @@ DESCRIPTION = "Moblin web browser (based on clutter + mozilla-headless/mozilla-offscreen)" SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ file://xpidl-b55d523da7681febfabf9fc40dcd6fcee982b079.patch;patch=1;rev=b55d523da7681febfabf9fc40dcd6fcee982b079 \ - file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079" + file://xpidl.patch;patch=1;notrev=b55d523da7681febfabf9fc40dcd6fcee982b079 \ + file://clutter10.patch;patch=1;notrev=5560cb14d6b83d0cd6750e33cad48b3b50f93207" LICENSE = "LGPLv2.1" PV = "0.0+git${SRCPV}" -PR = "r3" +PR = "r4" DEPENDS = "clutter clutter-mozembed clutter-gtk libunique mozilla-headless-services libccss nbtk mozilla-headless" -- cgit v1.2.3-54-g00ecf