mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
* Updated Ross's install-examples.patch to current ** AM_CPPFLAGS changes no longer needed ** example_DATA = ... redhand.png no longer needed ** minor line # changes (From OE-Core rev: 7a15b1855021eec9dd292bb76c0543a886e9c2ad) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
494 B
Diff
19 lines
494 B
Diff
Install the examples to $libdir/clutter/.
|
|
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
Upstream-Status: Inappropriate
|
|
|
|
diff --git a/examples/Makefile.am b/examples/Makefile.am
|
|
index 4b9b449..232cd19 100644
|
|
--- a/examples/Makefile.am
|
|
+++ b/examples/Makefile.am
|
|
@@ -38,6 +38,7 @@ AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/clutter \
|
|
-I$(top_builddir)/clutter
|
|
|
|
-noinst_PROGRAMS = $(all_examples)
|
|
+exampledir = $(pkglibdir)/examples
|
|
+example_PROGRAMS = $(all_examples)
|
|
|
|
EXTRA_DIST = redhand.png
|