fix(installer): add libx11-xcb1 to the list of chromium deps (#6003)

This commit is contained in:
Yury Semikhatsky 2021-03-30 11:29:21 -07:00 committed by GitHub
parent 94252231f0
commit 77993c3ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ export const deps = {
'libnss3',
'libpango-1.0-0',
'libx11-6',
'libx11-xcb1',
'libxcb1',
'libxcomposite1',
'libxdamage1',
@ -148,6 +149,7 @@ export const deps = {
'libnss3',
'libpango-1.0-0',
'libx11-6',
'libx11-xcb1',
'libxcb1',
'libxcomposite1',
'libxdamage1',