01efe773ea361296abdcefc70160e7133268c03f
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0001-spa-include-install-missing-headers.patch
1 From 14893ae87ab0b15b7e438779433c4973c797c5f5 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 ---
7  spa/include/spa/meson.build | 3 +++
8  1 file changed, 3 insertions(+)
9
10 diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build
11 index c9d07659..c079a1a2 100644
12 --- a/spa/include/spa/meson.build
13 +++ b/spa/include/spa/meson.build
14 @@ -39,6 +39,7 @@ spa_monitor_headers = [
15    'monitor/device.h',
16    'monitor/monitor.h',
17    'monitor/type-info.h',
18 +  'monitor/utils.h',
19  ]
20  
21  install_headers(spa_monitor_headers,
22 @@ -50,6 +51,7 @@ spa_node_headers = [
23    'node/io.h',
24    'node/node.h',
25    'node/type-info.h',
26 +  'node/utils.h',
27  ]
28  
29  install_headers(spa_node_headers,
30 @@ -97,6 +99,7 @@ spa_utils_headers = [
31    'utils/dict.h',
32    'utils/hook.h',
33    'utils/list.h',
34 +  'utils/result.h',
35    'utils/ringbuffer.h',
36    'utils/type.h',
37    'utils/type-info.h',
38 -- 
39 2.20.1
40