fix: add missing webkit deps on ubuntu 20.04 (#23209)

Fixes https://github.com/microsoft/playwright/issues/23186
This commit is contained in:
Andrey Lushnikov 2023-05-22 22:43:09 +00:00 committed by GitHub
parent b9e7a91368
commit 5f36a2946e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,7 @@ export const deps: any = {
'libgles2',
'libglib2.0-0',
'libgtk-3-0',
'libgudev-1.0-0',
'libharfbuzz-icu0',
'libharfbuzz0b',
'libhyphen0',
@ -343,6 +344,7 @@ export const deps: any = {
'libgthread-2.0.so.0': 'libglib2.0-0',
'libgtk-3.so.0': 'libgtk-3-0',
'libgtk-x11-2.0.so.0': 'libgtk2.0-0',
'libgudev-1.0.so.0': 'libgudev-1.0-0',
'libharfbuzz-icu.so.0': 'libharfbuzz-icu0',
'libharfbuzz.so.0': 'libharfbuzz0b',
'libhyphen.so.0': 'libhyphen0',