meson: use more standard formatting for better readability

Signed-off-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
main
Dylan Baker 2022-01-19 11:09:07 -08:00
parent eaf234c148
commit 52b96a6fbf
1 changed files with 4 additions and 2 deletions

View File

@ -54,8 +54,10 @@ intel_atomics = false
lib_atomics = false lib_atomics = false
python3 = import('python').find_installation() python3 = import('python').find_installation()
format_mod_static_table = custom_target('format_mod_static_table', format_mod_static_table = custom_target(
output : 'generated_static_table_fourcc.h', input: 'include/drm/drm_fourcc.h', 'format_mod_static_table',
output : 'generated_static_table_fourcc.h',
input : 'include/drm/drm_fourcc.h',
command : [python3, files('gen_table_fourcc.py'), '@INPUT@', '@OUTPUT@']) command : [python3, files('gen_table_fourcc.py'), '@INPUT@', '@OUTPUT@'])
dep_atomic_ops = dependency('atomic_ops', required : false) dep_atomic_ops = dependency('atomic_ops', required : false)