mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix WebKit on debian after deps changes (#17712)
Follow-up on https://github.com/microsoft/playwright/pull/17676.
This commit is contained in:
parent
d1d24bb490
commit
d715ad116d
@ -779,6 +779,7 @@ export const deps: any = {
|
||||
'libxml2',
|
||||
'libxslt1.1',
|
||||
'libatomic1',
|
||||
'libevent-2.1-7',
|
||||
],
|
||||
lib2package: {
|
||||
'libasound.so.2': 'libasound2',
|
||||
@ -863,6 +864,7 @@ export const deps: any = {
|
||||
'libxslt.so.1': 'libxslt1.1',
|
||||
'libXtst.so.6': 'libxtst6',
|
||||
'libatomic.so.1': 'libatomic1',
|
||||
'libevent-2.1.so.7': 'libevent-2.1-7',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user