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
6 Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
8 Upstream-Status: Inappropriate [configuration]
10 Imported from clutter-gst-1.8 package, git://git.openembedded.org/openembedded,
11 commit ae28ee3f7a060b9e0d13154a84f2444a98490b5b, updated for clutter-gst 3.0
13 Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
14 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
16 examples/Makefile.am | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
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
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
29 AM_CPPFLAGS = -I$(top_srcdir) \
30 $(MAINTAINER_CFLAGS) \