aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-05 10:49:33 -0700
committerSaul Wold <sgw@linux.intel.com>2011-05-08 23:49:25 -0700
commit5e887d4088056a6f65f2f3bef7ccb179177498fd (patch)
treea630357dedf51e14413d010a15f2bd7e1f37b001 /meta/recipes-graphics
parent56aa79cda92479466dbf4657ca9ea35212b88cf6 (diff)
downloadopenembedded-core-contrib-5e887d4088056a6f65f2f3bef7ccb179177498fd.tar.gz
clutter-gst-1.4: Add missing patch
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch
new file mode 100644
index 0000000000..f1f68ac780
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch
@@ -0,0 +1,15 @@
+Install example binary needed for core-image-clutter
+
+Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
+Index: git/examples/Makefile.am
+===================================================================
+--- git.orig/examples/Makefile.am 2011-05-04 14:07:21.000000000 -0700
++++ git/examples/Makefile.am 2011-05-04 14:24:38.625984314 -0700
+@@ -1,6 +1,6 @@
+ NULL = #
+
+-noinst_PROGRAMS = video-player video-sink audio-player
++bin_PROGRAMS = video-player video-sink audio-player
+
+ INCLUDES = -I$(top_srcdir) \
+ $(MAINTAINER_CFLAGS) \