mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[meson] minor, use null_dep one more place
This commit is contained in:
parent
4e572c9407
commit
cac3071183
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
google_benchmark = subproject('google-benchmark')
|
||||
google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep')
|
||||
|
||||
ttf_parser_dep = dependency('', required: false)
|
||||
ttf_parser_dep = null_dep
|
||||
if add_languages('rust', required: false, native: true)
|
||||
ttf_parser_dep = subproject('ttf-parser').get_variable('ttf_parser_dep')
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue