mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[fontations] Add dependencies
This commit is contained in:
parent
e8ddb4325b
commit
fae9d2ab27
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@ harfbuzz_fontations_dep = declare_dependency(
|
|||
clippy_fix = run_target(
|
||||
'clippy-fix',
|
||||
env: ['OUT_DIR=' + meson.current_build_dir()],
|
||||
depends: [hb_rs, harfbuzz_fontations],
|
||||
command: [
|
||||
cargo, 'clippy',
|
||||
] + cargo_args + [
|
||||
|
@ -67,6 +68,7 @@ if get_option('tests').enabled() and cargo.found()
|
|||
'clippy',
|
||||
cargo,
|
||||
env: ['OUT_DIR=' + meson.current_build_dir()],
|
||||
depends: [hb_rs, harfbuzz_fontations],
|
||||
args: [
|
||||
'clippy',
|
||||
] + cargo_args + [
|
||||
|
@ -78,6 +80,7 @@ endif
|
|||
rustfmt_fix = run_target(
|
||||
'rustfmt-fix',
|
||||
env: ['OUT_DIR=' + meson.current_build_dir()],
|
||||
depends: [hb_rs],
|
||||
command: [
|
||||
rustfmt,
|
||||
'--edition', '2021',
|
||||
|
@ -90,6 +93,7 @@ if get_option('tests').enabled() and rustfmt.found()
|
|||
'rustfmt',
|
||||
rustfmt,
|
||||
env: ['OUT_DIR=' + meson.current_build_dir()],
|
||||
depends: [hb_rs],
|
||||
args: [
|
||||
'--check',
|
||||
'--edition', '2021',
|
||||
|
|
Loading…
Add table
Reference in a new issue