provision: Add dependencies for Chromium used by latest puppeteer.

a51902a870 upgraded the puppeteer version to
3.0.0, which upgraded the Chromium version being used[1]. This version of
Chromium requires a couple of extra libraries to be installed.

[1]: https://github.com/puppeteer/puppeteer/releases/tag/v3.0.0
This commit is contained in:
Puneeth Chaganti 2020-04-20 22:31:53 +05:30 committed by Tim Abbott
parent c87d58bb4f
commit 7a5033852d
2 changed files with 3 additions and 1 deletions

View File

@ -131,6 +131,8 @@ COMMON_DEPENDENCIES = [
"libgtk-3-0",
"libatk-bridge2.0-0",
"libx11-xcb1",
"libxcb-dri3-0",
"libgbm1",
"libxss1",
"fonts-liberation",
"libappindicator1",

View File

@ -34,4 +34,4 @@ DESKTOP_WARNING_VERSION = "5.0.0"
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '79.1'
PROVISION_VERSION = '79.2'