pipewire/spa/include/spa/meson.build

112 lines
1.9 KiB
Meson
Raw Normal View History

2017-11-20 12:44:35 +01:00
spa_buffer_headers = [
'buffer/buffer.h',
'buffer/meta.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_buffer_headers,
subdir : 'spa/buffer')
spa_clock_headers = [
'clock/clock.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_clock_headers,
subdir : 'spa/clock')
spa_graph_headers = [
'graph/graph.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_graph_headers,
subdir : 'spa/graph')
spa_monitor_headers = [
'monitor/monitor.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_monitor_headers,
subdir : 'spa/monitor')
spa_node_headers = [
'node/command.h',
'node/event.h',
'node/node.h',
'node/io.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_node_headers,
subdir : 'spa/node')
spa_param_headers = [
'param/param.h',
'param/props.h',
'param/buffers.h',
'param/meta.h',
'param/io.h',
'param/format.h',
'param/format-utils.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_param_headers,
subdir : 'spa/param')
spa_pod_headers = [
'pod/pod.h',
'pod/builder.h',
'pod/command.h',
'pod/event.h',
'pod/iter.h',
'pod/parser.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_pod_headers,
subdir : 'spa/pod')
spa_support_headers = [
'support/log.h',
'support/log-impl.h',
'support/loop.h',
'support/plugin.h',
'support/type-map.h',
'support/type-map-impl.h',
2017-11-20 12:44:35 +01:00
]
install_headers(spa_support_headers,
subdir : 'spa/support')
spa_utils_headers = [
'utils/defs.h',
'utils/dict.h',
'utils/hook.h',
'utils/list.h',
'utils/ringbuffer.h',
'utils/type.h',
2016-09-26 12:15:52 +02:00
]
2017-11-20 12:44:35 +01:00
install_headers(spa_utils_headers,
subdir : 'spa/utils')
2017-05-16 09:24:21 +02:00
spa_audio_headers = [
'param/audio/format.h',
'param/audio/format-utils.h',
'param/audio/raw.h',
'param/audio/raw-utils.h',
2017-05-16 09:24:21 +02:00
]
install_headers(spa_audio_headers,
subdir : 'spa/param/audio')
2017-05-16 09:24:21 +02:00
spa_video_headers = [
'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',
'param/video/raw-utils.h',
2017-05-16 09:24:21 +02:00
]
install_headers(spa_video_headers,
subdir : 'spa/param/video')