summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-01-28 10:01:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:39 +0000
commit3bb0b9ae97f89507b742cd9b3e03f37c2d928270 (patch)
tree024f846b86bce7074173390ab9b81e0c0a11d612 /meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
parentba06cc8943d021f406c3d292ce415b77319ca5c6 (diff)
downloadpoky-3bb0b9ae97f89507b742cd9b3e03f37c2d928270.tar.gz
clutter-1.0: Upgrade to 1.4 - latest stable version
* Use tar ball release rather than git, as it is more stable. Added dependence on gettext, and one patch to fix the cross-compile failure due to conformance-test. * configure "--with-json=check" avoid extra dependence on external json lib. * rename examples package (clutter-examples-1.x => clutter-1.x-example) to lead the right deploy package name Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch b/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
new file mode 100644
index 0000000000..52fdcb4c1f
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
@@ -0,0 +1,13 @@
1Index: git/tests/interactive/Makefile.am
2===================================================================
3--- git.orig/tests/interactive/Makefile.am 2011-01-28 14:06:29.000000000 +0800
4+++ git/tests/interactive/Makefile.am 2011-01-28 14:26:59.000000000 +0800
5@@ -107,7 +107,7 @@
6
7 common_ldadd = $(top_builddir)/clutter/libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
8
9-noinst_PROGRAMS = test-interactive
10+bin_PROGRAMS = test-interactive
11
12 test_interactive_SOURCES = test-main.c $(UNIT_TESTS)
13 test_interactive_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS)