2017-11-20 12:44:35 +01:00
|
|
|
spa_buffer_headers = [
|
2019-01-08 12:26:32 +01:00
|
|
|
'buffer/alloc.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'buffer/buffer.h',
|
|
|
|
|
'buffer/meta.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'buffer/type-info.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_buffer_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'buffer'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
2019-01-08 12:26:32 +01:00
|
|
|
spa_control_headers = [
|
|
|
|
|
'control/control.h',
|
|
|
|
|
'control/type-info.h',
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_control_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'control'))
|
2019-01-08 12:26:32 +01:00
|
|
|
|
|
|
|
|
spa_debug_headers = [
|
|
|
|
|
'debug/buffer.h',
|
|
|
|
|
'debug/dict.h',
|
|
|
|
|
'debug/format.h',
|
|
|
|
|
'debug/mem.h',
|
|
|
|
|
'debug/node.h',
|
|
|
|
|
'debug/pod.h',
|
|
|
|
|
'debug/types.h',
|
|
|
|
|
]
|
|
|
|
|
install_headers(spa_debug_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'debug'))
|
2019-01-08 12:26:32 +01:00
|
|
|
|
2017-11-20 12:44:35 +01:00
|
|
|
spa_graph_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'graph/graph.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_graph_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'graph'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_monitor_headers = [
|
2019-01-08 12:26:32 +01:00
|
|
|
'monitor/device.h',
|
2020-07-07 16:00:26 +02:00
|
|
|
'monitor/event.h',
|
2019-05-29 12:09:13 +03:00
|
|
|
'monitor/utils.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_monitor_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'monitor'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_node_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'node/command.h',
|
|
|
|
|
'node/event.h',
|
2017-11-21 19:34:37 +01:00
|
|
|
'node/io.h',
|
2019-11-21 13:04:01 +01:00
|
|
|
'node/keys.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'node/node.h',
|
|
|
|
|
'node/type-info.h',
|
2019-05-29 12:09:13 +03:00
|
|
|
'node/utils.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_node_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'node'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_param_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/format.h',
|
2018-10-30 11:04:19 +00:00
|
|
|
'param/format-utils.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'param/param.h',
|
2020-01-31 15:07:26 +01:00
|
|
|
'param/profiler.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'param/props.h',
|
2018-08-25 12:08:29 +02:00
|
|
|
'param/type-info.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_param_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'param'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_pod_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'pod/builder.h',
|
|
|
|
|
'pod/command.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'pod/compare.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'pod/event.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'pod/filter.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'pod/iter.h',
|
|
|
|
|
'pod/parser.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'pod/pod.h',
|
2019-02-15 12:27:42 +02:00
|
|
|
'pod/vararg.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
install_headers(spa_pod_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'pod'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_support_headers = [
|
2019-01-08 12:26:32 +01:00
|
|
|
'support/cpu.h',
|
|
|
|
|
'support/dbus.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'support/log.h',
|
|
|
|
|
'support/log-impl.h',
|
|
|
|
|
'support/loop.h',
|
|
|
|
|
'support/plugin.h',
|
2019-06-04 17:07:34 +02:00
|
|
|
'support/system.h',
|
2017-11-20 12:44:35 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_support_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'support'))
|
2017-11-20 12:44:35 +01:00
|
|
|
|
|
|
|
|
spa_utils_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'utils/defs.h',
|
|
|
|
|
'utils/dict.h',
|
|
|
|
|
'utils/hook.h',
|
2019-08-01 15:00:46 +03:00
|
|
|
'utils/keys.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'utils/list.h',
|
2019-08-01 15:00:46 +03:00
|
|
|
'utils/names.h',
|
2019-05-29 12:09:13 +03:00
|
|
|
'utils/result.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'utils/ringbuffer.h',
|
|
|
|
|
'utils/type.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'utils/type-info.h',
|
2016-09-26 12:15:52 +02:00
|
|
|
]
|
|
|
|
|
|
2017-11-20 12:44:35 +01:00
|
|
|
install_headers(spa_utils_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'utils'))
|
2017-05-16 09:24:21 +02:00
|
|
|
|
|
|
|
|
spa_audio_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/audio/format.h',
|
|
|
|
|
'param/audio/format-utils.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'param/audio/layout.h',
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/audio/raw.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'param/audio/type-info.h',
|
2017-05-16 09:24:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_audio_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'param', 'audio'))
|
2017-05-16 09:24:21 +02:00
|
|
|
|
|
|
|
|
spa_video_headers = [
|
2017-11-10 13:36:14 +01:00
|
|
|
'param/video/chroma.h',
|
|
|
|
|
'param/video/color.h',
|
|
|
|
|
'param/video/encoded.h',
|
|
|
|
|
'param/video/format.h',
|
|
|
|
|
'param/video/format-utils.h',
|
|
|
|
|
'param/video/multiview.h',
|
|
|
|
|
'param/video/raw.h',
|
2019-01-08 12:26:32 +01:00
|
|
|
'param/video/type-info.h',
|
2017-05-16 09:24:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
install_headers(spa_video_headers,
|
2020-02-05 16:28:22 +01:00
|
|
|
subdir : join_paths(spa_name, 'spa', 'param', 'video'))
|