mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
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.
This commit is contained in:
parent
335ad734de
commit
ebda71d489
12 changed files with 142 additions and 129 deletions
|
|
@ -1,10 +1,12 @@
|
|||
spa_vulkan_sources = ['plugin.c',
|
||||
'vulkan-compute-source.c',
|
||||
'vulkan-utils.c']
|
||||
spa_vulkan_sources = [
|
||||
'plugin.c',
|
||||
'vulkan-compute-source.c',
|
||||
'vulkan-utils.c'
|
||||
]
|
||||
|
||||
spa_vulkan = shared_library('spa-vulkan',
|
||||
spa_vulkan_sources,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ vulkan_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'vulkan')
|
||||
spa_vulkan_sources,
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [ vulkan_dep, mathlib ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'vulkan')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue