pipewire/spa/plugins/control/meson.build
Peter Hutterer ebda71d489 spa: fix the indentation in the various meson.build files
Was all over the place using tabs and spaces, let's make this more
consistent.
2021-09-20 07:29:03 +00:00

11 lines
237 B
Meson

control_sources = [
'mixer.c',
'plugin.c'
]
controllib = shared_library('spa-control',
control_sources,
include_directories : [spa_inc],
dependencies : [ mathlib ],
install : true,
install_dir : spa_plugindir / 'control')