pipewire: update patches
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0001-spa-include-install-missing-headers.patch
1 From dbb6e10df8c2ba9b874eb9350d4cb93c62dba5a9 Mon Sep 17 00:00:00 2001
2 From: George Kiagiadakis <george.kiagiadakis@collabora.com>
3 Date: Wed, 29 May 2019 12:09:13 +0300
4 Subject: [PATCH] spa/include: install missing headers
5
6 Upstream-Status: Accepted
7 ---
8  spa/include/spa/meson.build | 3 +++
9  1 file changed, 3 insertions(+)
10
11 diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build
12 index c9d07659..c079a1a2 100644
13 --- a/spa/include/spa/meson.build
14 +++ b/spa/include/spa/meson.build
15 @@ -39,6 +39,7 @@ spa_monitor_headers = [
16    'monitor/device.h',
17    'monitor/monitor.h',
18    'monitor/type-info.h',
19 +  'monitor/utils.h',
20  ]
21  
22  install_headers(spa_monitor_headers,
23 @@ -50,6 +51,7 @@ spa_node_headers = [
24    'node/io.h',
25    'node/node.h',
26    'node/type-info.h',
27 +  'node/utils.h',
28  ]
29  
30  install_headers(spa_node_headers,
31 @@ -97,6 +99,7 @@ spa_utils_headers = [
32    'utils/dict.h',
33    'utils/hook.h',
34    'utils/list.h',
35 +  'utils/result.h',
36    'utils/ringbuffer.h',
37    'utils/type.h',
38    'utils/type-info.h',
39 -- 
40 2.20.1
41