summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-08 09:10:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-08 17:33:24 +0000
commite1ca9aad81f0dbf9d0efedd13aadfc7aa096743f (patch)
tree412672348a7e15bff6de70df3db8ce3338d8a40e /meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch
parenta756565d42a6d39659156a2c2acb81e097b5cf2f (diff)
downloadpoky-e1ca9aad81f0dbf9d0efedd13aadfc7aa096743f.tar.gz
clutter-gst: fix patch filename
Munged the patch filename somehow. Apologies for the noise. (From OE-Core rev: 157db263b50fabf4afcbea3c2a5364c0752ae0e2) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch
new file mode 100644
index 0000000000..35e60ca76f
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch
@@ -0,0 +1,15 @@
1Install example binary needed for poky-image-clutter
2
3Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
4Index: clutter-gst-1.3.8/examples/Makefile.am
5===================================================================
6--- clutter-gst-1.3.8.orig/examples/Makefile.am
7+++ clutter-gst-1.3.8/examples/Makefile.am
8@@ -1,6 +1,6 @@
9 NULL = #
10
11-noinst_PROGRAMS = video-player video-sink video-sink-navigation
12+bin_PROGRAMS = video-player video-sink video-sink-navigation
13
14 INCLUDES = -I$(top_srcdir) \
15 $(MAINTAINER_CFLAGS) \