mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
28 lines
412 B
Meson
28 lines
412 B
Meson
spa_headers = [
|
|
'alloc-param.h',
|
|
'buffer.h',
|
|
'clock.h',
|
|
'command.h',
|
|
'command-node.h',
|
|
'defs.h',
|
|
'dict.h',
|
|
'event.h',
|
|
'event-node.h',
|
|
'format.h',
|
|
'list.h',
|
|
'log.h',
|
|
'loop.h',
|
|
'monitor.h',
|
|
'node.h',
|
|
'plugin.h',
|
|
'pod.h',
|
|
'pod-builder.h',
|
|
'pod-iter.h',
|
|
'pod-utils.h',
|
|
'props.h',
|
|
'ringbuffer.h',
|
|
'type.h',
|
|
'type-map.h',
|
|
]
|
|
|
|
install_headers(spa_headers, subdir : 'spa')
|