Lines Matching +full:libwayland +full:- +full:dev
5 set -e -u
7 function usage() { echo "$0 [-r]" && exit 1; }
13 REUSE="--reuse-cargo-out --cargo-out-dir $CROSVM_DIR"
22 if ! [ -x "$(command -v bpfmt)" ]; then
29 libdrm-dev
30 libcap-dev
31 libepoxy-dev
32 libwayland-dev
34 pkg-config
35 protobuf-compiler
36 wayland-protocols
39 set +e; result="$(dpkg-query -W --showformat='${db:Status-Status}' "$pkg" 2>&1)"; set -e
48 # TODO: Consider reading the toolchain from external/crosvm/rust-toolchain
53 rustup which --toolchain $RUST_TOOLCHAIN cargo || \
55 CARGO_BIN="$(dirname $(rustup which --toolchain $RUST_TOOLCHAIN cargo))"
60 rm -f cargo.out cargo.metadata
61 rm -rf target.tmp || /bin/true
64 set -x
65 cargo_embargo $REUSE --cargo-bin "$CARGO_BIN" generate cargo_embargo.json
69 rm -f cargo.out cargo.metadata
70 rm -rf target.tmp || /bin/true