meson.build: stop checking for cargo vendor

Since rust 1.37 release its now part of cargo itself.
This commit is contained in:
Jordan Petridis 2019-09-13 01:24:25 +03:00
parent 66b3f031a5
commit 70772a61a9
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

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