mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
tools: install-deps: add libva-dev and libudev-dev as dependencies
These libraries are needed to build the upcoming vaapi backend. Also update the container so they are included. BUG=b:214478588 TEST=./tools/dev_container ./tools/presubmit --all Change-Id: Id30c38557d56b4c94ca5f2419c73b34520916ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3715087 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
1973802bea
commit
b3f5fbae62
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
r0010
|
r0011
|
||||||
|
|
|
@ -23,6 +23,8 @@ sudo apt-get install --yes --no-install-recommends \
|
||||||
libepoxy-dev \
|
libepoxy-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libswscale-dev \
|
libswscale-dev \
|
||||||
|
libudev-dev \
|
||||||
|
libva-dev \
|
||||||
libwayland-dev \
|
libwayland-dev \
|
||||||
libxext-dev \
|
libxext-dev \
|
||||||
make \
|
make \
|
||||||
|
|
Loading…
Reference in a new issue