mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix deps for WebKit on ubuntu20 (#16950)
This commit is contained in:
parent
3ea68be24f
commit
6533eb2e5b
@ -298,6 +298,7 @@ export const deps: any = {
|
||||
'libxtst6'
|
||||
],
|
||||
webkit: [
|
||||
'libenchant-2-2',
|
||||
'gstreamer1.0-libav',
|
||||
'gstreamer1.0-plugins-bad',
|
||||
'gstreamer1.0-plugins-base',
|
||||
@ -433,6 +434,7 @@ export const deps: any = {
|
||||
'libXtst.so.6': 'libxtst6',
|
||||
'libxshmfence.so.1': 'libxshmfence1',
|
||||
'libatomic.so.1': 'libatomic1',
|
||||
'libenchant-2.so.2': 'libenchant-2-2',
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user