diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-31 11:33:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:23 +0100 |
commit | 1377d9d51c962a10c6a0aef52a428bc216e62481 (patch) | |
tree | b971cfd9ff930f457a0261fb781ce21e7be6f658 /meta/recipes-graphics/wayland/weston | |
parent | a9f1a780d728a4317ed923c61ea53f4ada656744 (diff) | |
download | poky-1377d9d51c962a10c6a0aef52a428bc216e62481.tar.gz |
weston: install the examples into weston-examples
(From OE-Core rev: 04234dfc2bc4c1bc4f3840fa9a162b25ba6ba049)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston')
-rw-r--r-- | meta/recipes-graphics/wayland/weston/install-examples.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston/install-examples.patch b/meta/recipes-graphics/wayland/weston/install-examples.patch new file mode 100644 index 0000000000..3e2852ccfb --- /dev/null +++ b/meta/recipes-graphics/wayland/weston/install-examples.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | Install the examples so we can package them. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
5 | |||
6 | diff --git a/clients/Makefile.am b/clients/Makefile.am | ||
7 | index 621c7c3..749ef20 100644 | ||
8 | --- a/clients/Makefile.am | ||
9 | +++ b/clients/Makefile.am | ||
10 | @@ -2,7 +2,7 @@ bin_PROGRAMS = \ | ||
11 | weston-info \ | ||
12 | $(terminal) | ||
13 | |||
14 | -noinst_PROGRAMS = \ | ||
15 | +bin_PROGRAMS += \ | ||
16 | $(clients_programs) \ | ||
17 | $(poppler_programs) \ | ||
18 | $(simple_clients_programs) \ | ||