build-crosvm: Use the pkg-config crate 0.3.27

The support of pkgconf is available since this version.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>
This commit is contained in:
Corentin Noël 2023-05-15 17:20:58 +02:00 committed by David Heidelberg
parent b88080aa2e
commit 7189236f52

View file

@ -21,6 +21,8 @@ meson setup build/ -D libdir=lib -D render-server-worker=process -D venus=true $
meson install -C build
popd
cargo update -p pkg-config@0.3.26 --precise 0.3.27
RUSTFLAGS='-L native=/usr/local/lib' cargo install \
bindgen-cli \
-j ${FDO_CI_CONCURRENT:-4} \