clutter-imcontext: Fix for clutter 1.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-07-31 10:20:49 +01:00
parent de7a0026bc
commit e831c3e023
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
Index: git/configure.ac
===================================================================
--- git.orig/configure.ac 2009-07-31 10:09:38.000000000 +0100
+++ git/configure.ac 2009-07-31 10:09:56.000000000 +0100
@@ -33,7 +33,7 @@
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
PKG_CHECK_MODULES(CLUTTER, glib-2.0
- clutter-0.9 >= 0.9.3)
+ clutter-1.0 >= 1.0.0)
AC_SUBST(CLUTTER_CFLAGS)
AC_SUBST(CLUTTER_LIBS)

View File

@ -1,4 +1,5 @@
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \
file://clutter10.patch;patch=1;notrev=86022316d975cf6679c093a6872962c909adff0b"
LICENSE = "GPLv2"
PV = "0.0+git${SRCPV}"
PR = "r1"