chore: fix WebKit deps on Ubuntu 18 (#17718)

This commit is contained in:
Max Schmitt 2022-09-29 23:15:04 +02:00 committed by GitHub
parent e09945c637
commit d009500fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ export const deps: any = {
'libxkbcommon0',
'libxml2',
'libxslt1.1',
'libevent-2.1-6',
],
lib2package: {
'libasound.so.2': 'libasound2',
@ -223,6 +224,7 @@ export const deps: any = {
'libxslt.so.1': 'libxslt1.1',
'libXt.so.6': 'libxt6',
'libXtst.so.6': 'libxtst6',
'libevent-2.1-6': 'libevent-2.1-6',
},
},