Skip to content

Commit

Permalink
Add evdev, input, drm, gbm, and vulkan libs to build deps
Browse files Browse the repository at this point in the history
BUG=1034916,1031269,1034606
R=msisov

Change-Id: I30a000d89aeff9dceed4f3ccf3b310e55a3c8456
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972511
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Reviewed-by: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#725653}
  • Loading branch information
tanderson-google authored and Commit Bot committed Dec 17, 2019
1 parent b3da7f3 commit 25a7c92
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,13 @@ dev_list="\
libcurl4-gnutls-dev
libdrm-dev
libelf-dev
libevdev-dev
libffi-dev
libgbm-dev
libglib2.0-dev
libglu1-mesa-dev
libgtk-3-dev
libinput-dev
libkrb5-dev
libnspr4-dev
libnss3-dev
Expand Down Expand Up @@ -238,12 +240,16 @@ common_lib_list="\
libcairo2
libcap2
libcups2
libdrm2
libevdev2
libexpat1
libffi6
libfontconfig1
libfreetype6
libgbm1
libglib2.0-0
libgtk-3-0
libinput10
libpam0g
libpango1.0-0
libpci3
Expand Down Expand Up @@ -506,6 +512,12 @@ fi
if package_exists libgnome-keyring-dev; then
lib_list="${lib_list} libgnome-keyring-dev"
fi
if package_exists libvulkan-dev; then
dev_list="${dev_list} libvulkan-dev"
fi
if package_exists libvulkan1; then
lib_list="${lib_list} libvulkan1"
fi

# Cross-toolchain strip is needed for building the sysroots.
if package_exists binutils-arm-linux-gnueabihf; then
Expand Down

0 comments on commit 25a7c92

Please sign in to comment.