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:
Alexandre Courbot 2022-06-21 13:57:28 +09:00 committed by Chromeos LUCI
parent 1973802bea
commit b3f5fbae62
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
r0010
r0011

View file

@ -23,6 +23,8 @@ sudo apt-get install --yes --no-install-recommends \
libepoxy-dev \
libssl-dev \
libswscale-dev \
libudev-dev \
libva-dev \
libwayland-dev \
libxext-dev \
make \