cherry-pick(#23209): fix: add missing webkit deps on ubuntu 20.04
Fixes https://github.com/microsoft/playwright/issues/23186
This commit is contained in:
parent
b8761ef8de
commit
ac4127d6cf
|
|
@ -270,6 +270,7 @@ export const deps: any = {
|
||||||
'libgles2',
|
'libgles2',
|
||||||
'libglib2.0-0',
|
'libglib2.0-0',
|
||||||
'libgtk-3-0',
|
'libgtk-3-0',
|
||||||
|
'libgudev-1.0-0',
|
||||||
'libharfbuzz-icu0',
|
'libharfbuzz-icu0',
|
||||||
'libharfbuzz0b',
|
'libharfbuzz0b',
|
||||||
'libhyphen0',
|
'libhyphen0',
|
||||||
|
|
@ -343,6 +344,7 @@ export const deps: any = {
|
||||||
'libgthread-2.0.so.0': 'libglib2.0-0',
|
'libgthread-2.0.so.0': 'libglib2.0-0',
|
||||||
'libgtk-3.so.0': 'libgtk-3-0',
|
'libgtk-3.so.0': 'libgtk-3-0',
|
||||||
'libgtk-x11-2.0.so.0': 'libgtk2.0-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-icu.so.0': 'libharfbuzz-icu0',
|
||||||
'libharfbuzz.so.0': 'libharfbuzz0b',
|
'libharfbuzz.so.0': 'libharfbuzz0b',
|
||||||
'libhyphen.so.0': 'libhyphen0',
|
'libhyphen.so.0': 'libhyphen0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue