summaryrefslogtreecommitdiffstats
path: root/bsp/meta-rcar/meta-rcar-gen3-adas/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.14.%/0002-pkgconfig-libgstwayland.patch
blob: 5f5e9948dab967cca3407f9dcc0c37fd1c698ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 96044f1d3773ba2783e3956729cd9c85b04733da Mon Sep 17 00:00:00 2001
From: Grigory Kletsko <grigory.kletsko@cogentembedded.com>
Date: Thu, 12 May 2016 21:24:38 +0300
Subject: [PATCH] fix

---
 pkgconfig/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 0e69cd1..b76f7b5 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -1,6 +1,7 @@
 
 ### all of the standard pc files we need to generate
 pcverfiles =  \
+	gstreamer-wayland-@GST_API_VERSION@.pc \
 	gstreamer-plugins-bad-@GST_API_VERSION@.pc \
 	gstreamer-codecparsers-@GST_API_VERSION@.pc \
 	gstreamer-insertbin-@GST_API_VERSION@.pc \
@@ -11,6 +12,7 @@ pcverfiles =  \
 	gstreamer-bad-video-@GST_API_VERSION@.pc
 
 pcverfiles_uninstalled = \
+	gstreamer-wayland-@GST_API_VERSION@-uninstalled.pc \
 	gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
 	gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
 	gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
-- 
2.7.4