Update to YP dunfell 3.1.5
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / recipes-multimedia / gstreamer / gstreamer1.0-plugins-bad / 0001-install-wayland.h-header.patch
1 From 688a7bfe44a3ca9029fccdb1f7bfdd405927dade Mon Sep 17 00:00:00 2001
2 From: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
3 Date: Thu, 5 May 2016 15:55:55 +0300
4 Subject: [PATCH] install wayland.h header
5
6 ---
7  gst-libs/gst/wayland/Makefile.am | 6 ++----
8  1 file changed, 2 insertions(+), 4 deletions(-)
9
10 diff --git a/gst-libs/gst/wayland/Makefile.am b/gst-libs/gst/wayland/Makefile.am
11 index a9f3f7b..7281a6e 100644
12 --- a/gst-libs/gst/wayland/Makefile.am
13 +++ b/gst-libs/gst/wayland/Makefile.am
14 @@ -5,6 +5,8 @@ libgstwayland_@GST_API_VERSION@_la_SOURCES = wayland.c
15  libgstwayland_@GST_API_VERSION@includedir = \
16         $(includedir)/gstreamer-@GST_API_VERSION@/gst/wayland
17  
18 +libgstwayland_@GST_API_VERSION@include_HEADERS = wayland.h
19 +
20  libgstwayland_@GST_API_VERSION@_la_CFLAGS = \
21         $(GST_PLUGINS_BAD_CFLAGS) \
22         $(GST_PLUGINS_BASE_CFLAGS) \
23 @@ -22,7 +24,3 @@ libgstwayland_@GST_API_VERSION@_la_LDFLAGS = \
24         $(GST_LIB_LDFLAGS) \
25         $(GST_ALL_LDFLAGS) \
26         $(GST_LT_LDFLAGS)
27 -
28 -noinst_HEADERS = \
29 -       wayland.h
30 -
31 -- 
32 2.5.0
33