meson: fix style in intel/tools
The `:` in options should always have one space before and after `foo : bar`, and lists do not get spaces around the braces: `[foo]` not `[ foo ]` Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -101,8 +101,10 @@ configure_file(
|
|||||||
|
|
||||||
libintel_dump_gpu = shared_library(
|
libintel_dump_gpu = shared_library(
|
||||||
'intel_dump_gpu',
|
'intel_dump_gpu',
|
||||||
files('gen_context.h', 'gen8_context.h', 'gen10_context.h',
|
files(
|
||||||
'intel_aub.h', 'aub_write.h', 'aub_write.c', 'intel_dump_gpu.c'),
|
'gen_context.h', 'gen8_context.h', 'gen10_context.h', 'intel_aub.h',
|
||||||
|
'aub_write.h', 'aub_write.c', 'intel_dump_gpu.c',
|
||||||
|
),
|
||||||
dependencies : dep_dl,
|
dependencies : dep_dl,
|
||||||
include_directories : [inc_common, inc_intel, inc_drm_uapi],
|
include_directories : [inc_common, inc_intel, inc_drm_uapi],
|
||||||
link_with : libintel_dev,
|
link_with : libintel_dev,
|
||||||
|
Reference in New Issue
Block a user