Skip to content

Commit

Permalink
cherry-pick(#23209): fix: add missing webkit deps on ubuntu 20.04
Browse files Browse the repository at this point in the history
Fixes #23186
  • Loading branch information
aslushnikov committed May 22, 2023
1 parent b8761ef commit ac4127d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playwright-core/src/server/registry/nativeDeps.ts
Expand Up @@ -270,6 +270,7 @@ export const deps: any = {
'libgles2',
'libglib2.0-0',
'libgtk-3-0',
'libgudev-1.0-0',
'libharfbuzz-icu0',
'libharfbuzz0b',
'libhyphen0',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ac4127d

Please sign in to comment.