chore: fix WebKit on debian after deps changes (#17712)

Follow-up on https://github.com/microsoft/playwright/pull/17676.
This commit is contained in:
Max Schmitt 2022-09-29 21:14:33 +02:00 committed by GitHub
parent d1d24bb490
commit d715ad116d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
}
}
};