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:19 +0000
commit157db263b50fabf4afcbea3c2a5364c0752ae0e2 (patch)
treec93d190dbd3815404c4d262620767a100b7e3a48 /meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.patch
parent140a3507fb5c14cd9bcebe4304f491aa1c5c47a2 (diff)
downloadopenembedded-core-157db263b50fabf4afcbea3c2a5364c0752ae0e2.tar.gz
clutter-gst: fix patch filename
Munged the patch filename somehow. Apologies for the noise. 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 @@
+Install example binary needed for poky-image-clutter
+
+Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+Index: clutter-gst-1.3.8/examples/Makefile.am
+===================================================================
+--- clutter-gst-1.3.8.orig/examples/Makefile.am
++++ clutter-gst-1.3.8/examples/Makefile.am
+@@ -1,6 +1,6 @@
+ NULL = #
+
+-noinst_PROGRAMS = video-player video-sink video-sink-navigation
++bin_PROGRAMS = video-player video-sink video-sink-navigation
+
+ INCLUDES = -I$(top_srcdir) \
+ $(MAINTAINER_CFLAGS) \