meson: remove static_kwargs

After static_kwargs has been changed to an empty dictionary, it has
no functional effect and can be removed.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2022-07-14 14:56:58 +02:00
parent a0cbd2e849
commit 063d5119c1
2 changed files with 85 additions and 132 deletions

View file

@ -13,7 +13,7 @@ tcg_ss.add(files(
if get_option('tcg_interpreter')
libffi = dependency('libffi', version: '>=3.0', required: true,
method: 'pkg-config', kwargs: static_kwargs)
method: 'pkg-config')
specific_ss.add(libffi)
specific_ss.add(files('tci.c'))
endif