mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
meson.build: Add missing header files
This commit is contained in:
parent
01246f399e
commit
d26eb2da23
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
pinos_headers = [
|
pinos_headers = [
|
||||||
'array.h',
|
'array.h',
|
||||||
|
'connection.h',
|
||||||
'context.h',
|
'context.h',
|
||||||
|
'interfaces.h',
|
||||||
'introspect.h',
|
'introspect.h',
|
||||||
'log.h',
|
'log.h',
|
||||||
'loop.h',
|
'loop.h',
|
||||||
|
|
@ -11,6 +13,7 @@ pinos_headers = [
|
||||||
'protocol-native.h',
|
'protocol-native.h',
|
||||||
'proxy.h',
|
'proxy.h',
|
||||||
'rtkit.h',
|
'rtkit.h',
|
||||||
|
'sig.h',
|
||||||
'stream.h',
|
'stream.h',
|
||||||
'subscribe.h',
|
'subscribe.h',
|
||||||
'thread-mainloop.h',
|
'thread-mainloop.h',
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ spa_headers = [
|
||||||
'pod-utils.h',
|
'pod-utils.h',
|
||||||
'props.h',
|
'props.h',
|
||||||
'ringbuffer.h',
|
'ringbuffer.h',
|
||||||
|
'type.h',
|
||||||
'type-map.h',
|
'type-map.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue