aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
blob: e91b8272f6b53e791c36ffc3f5860ee8c447cba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Install the test binary needed for poky-image-clutter

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>

Index: git/examples/Makefile.am
===================================================================
--- git.orig/examples/Makefile.am	2011-01-31 09:58:47.000000000 +0800
+++ git/examples/Makefile.am	2011-01-31 09:59:02.000000000 +0800
@@ -2,7 +2,7 @@
 
 NULL =
 
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	animated-notebook \
 	expose-test \
 	gtk-clutter-events \