summaryrefslogtreecommitdiffstats
path: root/meta-pipewire/recipes-multimedia/pipewire/pipewire/0001-spa-include-install-missing-headers.patch
blob: 5b92811756c90056be7494589d429a7bd1b19daa (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
33
34
35
36
37
38
39
40
41
From dbb6e10df8c2ba9b874eb9350d4cb93c62dba5a9 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Wed, 29 May 2019 12:09:13 +0300
Subject: [PATCH] spa/include: install missing headers

Upstream-Status: Accepted
---
 spa/include/spa/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build
index c9d07659..c079a1a2 100644
--- a/spa/include/spa/meson.build
+++ b/spa/include/spa/meson.build
@@ -39,6 +39,7 @@ spa_monitor_headers = [
   'monitor/device.h',
   'monitor/monitor.h',
   'monitor/type-info.h',
+  'monitor/utils.h',
 ]
 
 install_headers(spa_monitor_headers,
@@ -50,6 +51,7 @@ spa_node_headers = [
   'node/io.h',
   'node/node.h',
   'node/type-info.h',
+  'node/utils.h',
 ]
 
 install_headers(spa_node_headers,
@@ -97,6 +99,7 @@ spa_utils_headers = [
   'utils/dict.h',
   'utils/hook.h',
   'utils/list.h',
+  'utils/result.h',
   'utils/ringbuffer.h',
   'utils/type.h',
   'utils/type-info.h',
-- 
2.20.1