summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-01-30 10:28:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:39 +0000
commit1357d222387b19a84431ae3a24fcb3a18e20faa8 (patch)
treef174a1ab6b439b240b0b577b01a49f8d31be46f0 /meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
parent3bb0b9ae97f89507b742cd9b3e03f37c2d928270 (diff)
downloadpoky-1357d222387b19a84431ae3a24fcb3a18e20faa8.tar.gz
clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)
0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
new file mode 100644
index 0000000000..e91b8272f6
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
@@ -0,0 +1,17 @@
1Install the test binary needed for poky-image-clutter
2
3Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
4
5Index: git/examples/Makefile.am
6===================================================================
7--- git.orig/examples/Makefile.am 2011-01-31 09:58:47.000000000 +0800
8+++ git/examples/Makefile.am 2011-01-31 09:59:02.000000000 +0800
9@@ -2,7 +2,7 @@
10
11 NULL =
12
13-noinst_PROGRAMS = \
14+bin_PROGRAMS = \
15 animated-notebook \
16 expose-test \
17 gtk-clutter-events \