]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter-box2d: Hack to make it work with clutter 0.8
authorRichard Purdie <richard@openedhand.com>
Wed, 16 Jul 2008 09:12:01 +0000 (09:12 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 16 Jul 2008 09:12:01 +0000 (09:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4845 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter-box2d/clutter08.patch [new file with mode: 0644]
meta/packages/clutter/clutter-box2d_svn.bb

diff --git a/meta/packages/clutter/clutter-box2d/clutter08.patch b/meta/packages/clutter/clutter-box2d/clutter08.patch
new file mode 100644 (file)
index 0000000..bf830a7
--- /dev/null
@@ -0,0 +1,13 @@
+Index: clutter-box2d/configure.ac
+===================================================================
+--- clutter-box2d.orig/configure.ac    2008-07-16 10:09:40.000000000 +0100
++++ clutter-box2d/configure.ac 2008-07-16 10:09:51.000000000 +0100
+@@ -70,7 +70,7 @@
+ dnl ========================================================================
+-pkg_modules="clutter-0.7 >= 0.7.0"
++pkg_modules="clutter-0.8 >= 0.8.0"
+ PKG_CHECK_MODULES(DEPS, [$pkg_modules])
+ if test "x$GCC" = "xyes"; then
index 8272fd213287fdcd26fb4977517f30290939220c..0eda690a6c6d9d1d91916680d343e3178cebc391 100644 (file)
@@ -1,9 +1,10 @@
 require clutter-box2d.inc
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
+SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http \
+           file://clutter08.patch;patch=1 "
 
 S = "${WORKDIR}/${PN}"