mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa/include: install missing headers
This commit is contained in:
parent
32ee1f045d
commit
0b4f56a586
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ spa_monitor_headers = [
|
||||||
'monitor/device.h',
|
'monitor/device.h',
|
||||||
'monitor/monitor.h',
|
'monitor/monitor.h',
|
||||||
'monitor/type-info.h',
|
'monitor/type-info.h',
|
||||||
|
'monitor/utils.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(spa_monitor_headers,
|
install_headers(spa_monitor_headers,
|
||||||
|
|
@ -50,6 +51,7 @@ spa_node_headers = [
|
||||||
'node/io.h',
|
'node/io.h',
|
||||||
'node/node.h',
|
'node/node.h',
|
||||||
'node/type-info.h',
|
'node/type-info.h',
|
||||||
|
'node/utils.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(spa_node_headers,
|
install_headers(spa_node_headers,
|
||||||
|
|
@ -97,6 +99,7 @@ spa_utils_headers = [
|
||||||
'utils/dict.h',
|
'utils/dict.h',
|
||||||
'utils/hook.h',
|
'utils/hook.h',
|
||||||
'utils/list.h',
|
'utils/list.h',
|
||||||
|
'utils/result.h',
|
||||||
'utils/ringbuffer.h',
|
'utils/ringbuffer.h',
|
||||||
'utils/type.h',
|
'utils/type.h',
|
||||||
'utils/type-info.h',
|
'utils/type-info.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue