mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
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:
parent
b88080aa2e
commit
7189236f52
1 changed files with 2 additions and 0 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue