summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston/install-examples.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston/install-examples.patch')
-rw-r--r--meta/recipes-graphics/wayland/weston/install-examples.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/wayland/weston/install-examples.patch b/meta/recipes-graphics/wayland/weston/install-examples.patch
deleted file mode 100644
index 3e2852ccfb..0000000000
--- a/meta/recipes-graphics/wayland/weston/install-examples.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Install the examples so we can package them.
2
3Upstream-Status: Pending
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6diff --git a/clients/Makefile.am b/clients/Makefile.am
7index 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) \