summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
diff options
context:
space:
mode:
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 \