ipa: meson: Fix identation
meson.build files are indented with 4 spaces, not 2. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
cf5d0cbb34
commit
685da13d02
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ ipa_modules = get_option('ipas')
|
||||||
# Tests require the vimc IPA, similar to vimc pipline-handler for their
|
# Tests require the vimc IPA, similar to vimc pipline-handler for their
|
||||||
# execution. Include it automatically when tests are enabled.
|
# execution. Include it automatically when tests are enabled.
|
||||||
if get_option('test') and 'vimc' not in ipa_modules
|
if get_option('test') and 'vimc' not in ipa_modules
|
||||||
message('Enabling vimc IPA to support tests')
|
message('Enabling vimc IPA to support tests')
|
||||||
ipa_modules += ['vimc']
|
ipa_modules += ['vimc']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
enabled_ipa_modules = []
|
enabled_ipa_modules = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue