diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:20:23 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:20:23 +0100 |
commit | de7a0026bc1d6c291162740a862e9c52145691ff (patch) | |
tree | 71f30790bf108efdf5e46e85035ae59a4da18066 | |
parent | 9078d4ab7914f0889569e4847be1cc3c4b6e208f (diff) | |
download | poky-de7a0026bc1d6c291162740a862e9c52145691ff.tar.gz |
clutter-mozembed: Fix for clutter 1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/clutter/clutter-mozembed/clutter10.patch | 13 | ||||
-rw-r--r-- | meta/packages/clutter/clutter-mozembed_git.bb | 5 |
2 files changed, 16 insertions, 2 deletions
diff --git a/meta/packages/clutter/clutter-mozembed/clutter10.patch b/meta/packages/clutter/clutter-mozembed/clutter10.patch new file mode 100644 index 0000000000..37fc60c410 --- /dev/null +++ b/meta/packages/clutter/clutter-mozembed/clutter10.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/configure.ac | ||
2 | =================================================================== | ||
3 | --- git.orig/configure.ac 2009-07-31 10:17:45.000000000 +0100 | ||
4 | +++ git/configure.ac 2009-07-31 10:18:05.000000000 +0100 | ||
5 | @@ -29,7 +29,7 @@ | ||
6 | |||
7 | PKG_CHECK_MODULES(GOBJECT, gobject-2.0 >= 2.12.0 gio-2.0) | ||
8 | PKG_CHECK_MODULES(GTHREAD, gthread-2.0) | ||
9 | -PKG_CHECK_MODULES(CLUTTER, clutter-0.9 >= 0.9.0) | ||
10 | +PKG_CHECK_MODULES(CLUTTER, clutter-1.0 >= 1.0.0) | ||
11 | PKG_CHECK_MODULES(MOZILLA, mozilla-js mozilla-headless >= 1.9.2a1pre) | ||
12 | PKG_CHECK_MODULES(MHS, mhs-1.0) | ||
13 | |||
diff --git a/meta/packages/clutter/clutter-mozembed_git.bb b/meta/packages/clutter/clutter-mozembed_git.bb index 8986c995b0..336d2c42f3 100644 --- a/meta/packages/clutter/clutter-mozembed_git.bb +++ b/meta/packages/clutter/clutter-mozembed_git.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | require clutter-mozembed.inc | 1 | require clutter-mozembed.inc |
2 | 2 | ||
3 | PV = "0.8.0+git${SRCPV}" | 3 | PV = "0.8.0+git${SRCPV}" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \ | 6 | SRC_URI = "git://git.clutter-project.org/clutter-mozembed.git;protocol=git \ |
7 | file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \ | 7 | file://link-with-g++-da7632f3e2c8d1a70ab01cc7adb63760d8718b41.patch;patch=1;rev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \ |
8 | file://link-with-g++.patch;patch=1;notrev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41" | 8 | file://link-with-g++.patch;patch=1;notrev=da7632f3e2c8d1a70ab01cc7adb63760d8718b41 \ |
9 | file://clutter10.patch;patch=1;notrev=84a39de2020003464c67e3df29312c09222cff0e" | ||
9 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
10 | 11 | ||
11 | do_configure_prepend () { | 12 | do_configure_prepend () { |