meson.build: stop checking for cargo vendor
Since rust 1.37 release its now part of cargo itself.
This commit is contained in:
parent
66b3f031a5
commit
70772a61a9
@ -26,7 +26,6 @@ dependency('gstreamer-bad-audio-1.0', version: '>= 1.12')
|
||||
cargo = find_program('cargo', required: true)
|
||||
gresource = find_program('glib-compile-resources', required: true)
|
||||
gschemas = find_program('glib-compile-schemas', required: true)
|
||||
cargo_vendor = find_program('cargo-vendor', required: false)
|
||||
|
||||
if get_option('profile') == 'development'
|
||||
profile = '.Devel'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user