summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-05-26 15:36:04 +0100
committerKhem Raj <raj.khem@gmail.com>2021-05-28 06:55:33 -0700
commit4b6175892985a6016df1a38824ccbb5989f00b33 (patch)
tree32718c4c55dbaf254632068deb91db73d9a81373 /meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch
parentba8309fbb7880b1a2782b43e7f8b203aab4d5c11 (diff)
downloadmeta-openembedded-4b6175892985a6016df1a38824ccbb5989f00b33.tar.gz
meta-gnome: add Cogl/Clutter from oe-core
Nothing in openembedded-core needs Clutter now, and Clutter is abandoned upstream. Move it to meta-gnome as there are still a few users of Clutter in Gnome. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch')
-rw-r--r--meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch b/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch
new file mode 100644
index 0000000000..ce9ab3a248
--- /dev/null
+++ b/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch
@@ -0,0 +1,19 @@
1Install the examples to $libdir/clutter/.
2
3Signed-off-by: Ross Burton <ross.burton@intel.com>
4Upstream-Status: Inappropriate
5
6Index: clutter-1.26.2/examples/Makefile.am
7===================================================================
8--- clutter-1.26.2.orig/examples/Makefile.am
9+++ clutter-1.26.2/examples/Makefile.am
10@@ -33,7 +33,8 @@ AM_CPPFLAGS = \
11 -I$(top_srcdir)/clutter \
12 -I$(top_builddir)/clutter
13
14-noinst_PROGRAMS = $(all_examples)
15+exampledir = $(pkglibdir)/examples
16+example_PROGRAMS = $(all_examples)
17
18 EXTRA_DIST = redhand.png
19