diff options
| author | Zhai Edwin <edwin.zhai@intel.com> | 2011-01-30 14:19:18 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:39 +0000 |
| commit | 551174c7896ae715ba76159ab56382e588f5b51c (patch) | |
| tree | c18f786820ef7592266a8e853efc898bc622e806 /meta/recipes-graphics/clutter/clutter-gst | |
| parent | 1357d222387b19a84431ae3a24fcb3a18e20faa8 (diff) | |
| download | poky-551174c7896ae715ba76159ab56382e588f5b51c.tar.gz | |
clutter-gst-1.0: Upgrade to 1.3.4 (clutter 1.4 series)
Install the example binary needed for poky-image-clutter.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
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) \ | ||
