mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -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,8 +1,8 @@
|
|||
videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
|
||||
|
||||
videotestsrclib = shared_library('spa-videotestsrc',
|
||||
videotestsrc_sources,
|
||||
include_directories : [ spa_inc],
|
||||
dependencies : [pthread_lib, ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'videotestsrc')
|
||||
videotestsrc_sources,
|
||||
include_directories : [ spa_inc],
|
||||
dependencies : [pthread_lib, ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'videotestsrc')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue