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 / 0002-pkgconfig-libgstwayland.patch
1 From 96044f1d3773ba2783e3956729cd9c85b04733da Mon Sep 17 00:00:00 2001
2 From: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
3 Date: Thu, 12 May 2016 21:24:38 +0300
4 Subject: [PATCH] fix
5
6 ---
7  pkgconfig/Makefile.am | 2 ++
8  1 file changed, 2 insertions(+)
9
10 diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
11 index 8e74a8e..f641285 100644
12 --- a/pkgconfig/Makefile.am
13 +++ b/pkgconfig/Makefile.am
14 @@ -1,6 +1,7 @@
15  
16  ### all of the standard pc files we need to generate
17  pcverfiles =  \
18 +       gstreamer-wayland-@GST_API_VERSION@.pc \
19         gstreamer-plugins-bad-@GST_API_VERSION@.pc \
20         gstreamer-codecparsers-@GST_API_VERSION@.pc \
21         gstreamer-insertbin-@GST_API_VERSION@.pc \
22 @@ -11,6 +12,7 @@ pcverfiles =  \
23         gstreamer-bad-audio-@GST_API_VERSION@.pc
24  
25  pcverfiles_uninstalled = \
26 +       gstreamer-wayland-@GST_API_VERSION@-uninstalled.pc \
27         gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
28         gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
29         gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
30 -- 
31 2.5.0
32