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,17 +1,19 @@
|
|||
libcamera_sources = ['libcamera.c',
|
||||
'libcamera-device.c',
|
||||
'libcamera-client.c',
|
||||
'libcamera-source.c',
|
||||
'libcamera_wrapper.cpp']
|
||||
libcamera_sources = [
|
||||
'libcamera.c',
|
||||
'libcamera-device.c',
|
||||
'libcamera-client.c',
|
||||
'libcamera-source.c',
|
||||
'libcamera_wrapper.cpp'
|
||||
]
|
||||
|
||||
libdrm_dep = dependency('libdrm', version : '>= 2.4.98',
|
||||
required : get_option('libcamera'))
|
||||
summary({'libdrm': libdrm_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
if libdrm_dep.found()
|
||||
libcameralib = shared_library('spa-libcamera',
|
||||
libcamera_sources,
|
||||
include_directories : [ spa_inc ],
|
||||
dependencies : [ libudev_dep, libcamera_dep, pthread_lib, libdrm_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'libcamera')
|
||||
libcameralib = shared_library('spa-libcamera',
|
||||
libcamera_sources,
|
||||
include_directories : [ spa_inc ],
|
||||
dependencies : [ libudev_dep, libcamera_dep, pthread_lib, libdrm_dep ],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'libcamera')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue