diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:20:49 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-31 10:20:49 +0100 |
commit | e831c3e023fcd574db3584f41586af0a7a7972e4 (patch) | |
tree | 1ce9d69da7f4f6de27d79cb52af66bdc48a99b24 /meta-moblin | |
parent | de7a0026bc1d6c291162740a862e9c52145691ff (diff) | |
download | poky-e831c3e023fcd574db3584f41586af0a7a7972e4.tar.gz |
clutter-imcontext: Fix for clutter 1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/clutter-imcontext/clutter-imcontext/clutter10.patch | 13 | ||||
-rw-r--r-- | meta-moblin/packages/clutter-imcontext/clutter-imcontext_git.bb | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/meta-moblin/packages/clutter-imcontext/clutter-imcontext/clutter10.patch b/meta-moblin/packages/clutter-imcontext/clutter-imcontext/clutter10.patch new file mode 100644 index 0000000000..421647b2ae --- /dev/null +++ b/meta-moblin/packages/clutter-imcontext/clutter-imcontext/clutter10.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/configure.ac | ||
2 | =================================================================== | ||
3 | --- git.orig/configure.ac 2009-07-31 10:09:38.000000000 +0100 | ||
4 | +++ git/configure.ac 2009-07-31 10:09:56.000000000 +0100 | ||
5 | @@ -33,7 +33,7 @@ | ||
6 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | ||
7 | |||
8 | PKG_CHECK_MODULES(CLUTTER, glib-2.0 | ||
9 | - clutter-0.9 >= 0.9.3) | ||
10 | + clutter-1.0 >= 1.0.0) | ||
11 | |||
12 | AC_SUBST(CLUTTER_CFLAGS) | ||
13 | AC_SUBST(CLUTTER_LIBS) | ||
diff --git a/meta-moblin/packages/clutter-imcontext/clutter-imcontext_git.bb b/meta-moblin/packages/clutter-imcontext/clutter-imcontext_git.bb index a2996080b4..ec01c12ca3 100644 --- a/meta-moblin/packages/clutter-imcontext/clutter-imcontext_git.bb +++ b/meta-moblin/packages/clutter-imcontext/clutter-imcontext_git.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | 1 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ |
2 | file://clutter10.patch;patch=1;notrev=86022316d975cf6679c093a6872962c909adff0b" | ||
2 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
3 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
4 | PR = "r1" | 5 | PR = "r1" |