pipewire/spa/plugins/volume/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

7 lines
197 B
Meson

volume_sources = ['volume.c', 'plugin.c']
volumelib = shared_library('spa-volume',
volume_sources,
include_directories : [spa_inc],
install : true,
install_dir : spa_plugindir / 'volume')