diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch index c18ffecefd..8e3e55252c 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | |||
@@ -4,14 +4,13 @@ Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | |||
4 | 4 | ||
5 | Index: git/examples/Makefile.am | 5 | Index: git/examples/Makefile.am |
6 | =================================================================== | 6 | =================================================================== |
7 | --- git.orig/examples/Makefile.am 2011-01-31 09:58:47.000000000 +0800 | 7 | --- git.orig/examples/Makefile.am 2011-05-04 14:07:20.000000000 -0700 |
8 | +++ git/examples/Makefile.am 2011-01-31 09:59:02.000000000 +0800 | 8 | +++ git/examples/Makefile.am 2011-05-04 14:38:29.785984519 -0700 |
9 | @@ -2,7 +2,7 @@ | 9 | @@ -1,6 +1,6 @@ |
10 | |||
11 | NULL = | 10 | NULL = |
12 | 11 | ||
13 | -noinst_PROGRAMS = \ | 12 | -noinst_PROGRAMS = \ |
14 | +bin_PROGRAMS = \ | 13 | +bin_PROGRAMS = \ |
15 | animated-notebook \ | ||
16 | expose-test \ | ||
17 | gtk-clutter-events \ | 14 | gtk-clutter-events \ |
15 | gtk-clutter-multistage \ | ||
16 | gtk-clutter-test \ | ||