chore: fix WebKit deps on Ubuntu 18 (#17718)
This commit is contained in:
parent
e09945c637
commit
d009500fa1
|
|
@ -136,6 +136,7 @@ export const deps: any = {
|
||||||
'libxkbcommon0',
|
'libxkbcommon0',
|
||||||
'libxml2',
|
'libxml2',
|
||||||
'libxslt1.1',
|
'libxslt1.1',
|
||||||
|
'libevent-2.1-6',
|
||||||
],
|
],
|
||||||
lib2package: {
|
lib2package: {
|
||||||
'libasound.so.2': 'libasound2',
|
'libasound.so.2': 'libasound2',
|
||||||
|
|
@ -223,6 +224,7 @@ export const deps: any = {
|
||||||
'libxslt.so.1': 'libxslt1.1',
|
'libxslt.so.1': 'libxslt1.1',
|
||||||
'libXt.so.6': 'libxt6',
|
'libXt.so.6': 'libxt6',
|
||||||
'libXtst.so.6': 'libxtst6',
|
'libXtst.so.6': 'libxtst6',
|
||||||
|
'libevent-2.1-6': 'libevent-2.1-6',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue