mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
clutter-imcontext: Fix for clutter 1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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)
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user