]> code.ossystems Code Review - openembedded-core.git/blob
0b26b990d7b5dc60ab212a716612582f7132c906
[openembedded-core.git] /
1 From d77c711277bf075ce0545c19b322f040c49c778a Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Thu, 30 Apr 2015 12:19:13 +0300
4 Subject: [PATCH] Install example binary needed for core-image-clutter
5
6 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
7
8 Upstream-Status: Inappropriate [configuration]
9
10 Imported from clutter-gst-1.8 package, git://git.openembedded.org/openembedded,
11 commit ae28ee3f7a060b9e0d13154a84f2444a98490b5b, updated for clutter-gst 3.0
12
13 Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
14 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
15 ---
16  examples/Makefile.am | 2 +-
17  1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/examples/Makefile.am b/examples/Makefile.am
20 index bfbc1b5..09655e3 100644
21 --- a/examples/Makefile.am
22 +++ b/examples/Makefile.am
23 @@ -1,6 +1,6 @@
24  NULL = #
25  
26 -noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
27 +bin_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
28  
29  AM_CPPFLAGS = -I$(top_srcdir) \
30                 $(MAINTAINER_CFLAGS) \
31 -- 
32 2.1.4
33