diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch new file mode 100644 index 0000000000..210b9492c6 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Install example binary needed for poky-image-clutter | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | Index: git/examples/Makefile.am | ||
5 | =================================================================== | ||
6 | --- git.orig/examples/Makefile.am 2011-01-31 10:14:23.000000000 +0800 | ||
7 | +++ git/examples/Makefile.am 2011-01-31 10:14:34.000000000 +0800 | ||
8 | @@ -1,6 +1,6 @@ | ||
9 | NULL = # | ||
10 | |||
11 | -noinst_PROGRAMS = video-player video-sink | ||
12 | +bin_PROGRAMS = video-player video-sink | ||
13 | |||
14 | INCLUDES = -I$(top_srcdir) \ | ||
15 | $(MAINTAINER_CFLAGS) \ | ||