1
0
Fork 0
pipewire/spa/include/meson.build
Daniel Baumann 6b016a712f
Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:40:42 +02:00

18 lines
266 B
Meson

spa_sections = [
'buffer',
'control',
'debug',
'graph',
'interfaces',
'monitor',
'node',
'param',
'pod',
'support',
'utils',
]
spa_headers = 'spa' # used by doxygen
install_subdir('spa',
install_dir : get_option('includedir') / spa_name,
)