mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -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 = [
|
||||
'array.h',
|
||||
'connection.h',
|
||||
'context.h',
|
||||
'interfaces.h',
|
||||
'introspect.h',
|
||||
'log.h',
|
||||
'loop.h',
|
||||
|
|
@ -11,6 +13,7 @@ pinos_headers = [
|
|||
'protocol-native.h',
|
||||
'proxy.h',
|
||||
'rtkit.h',
|
||||
'sig.h',
|
||||
'stream.h',
|
||||
'subscribe.h',
|
||||
'thread-mainloop.h',
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ spa_headers = [
|
|||
'pod-utils.h',
|
||||
'props.h',
|
||||
'ringbuffer.h',
|
||||
'type.h',
|
||||
'type-map.h',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue