[meson] minor, use null_dep one more place

This commit is contained in:
Ebrahim Byagowi 2020-07-30 16:25:42 +04:30 committed by GitHub
parent 4e572c9407
commit cac3071183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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