fix(webkit): add libevdev dep (#7630)

This commit is contained in:
Pavel Feldman 2021-07-14 20:20:03 -07:00 committed by GitHub
parent 3eb21e2322
commit 67f5fb6a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export const deps = {
'libegl1',
'libenchant1c2a',
'libepoxy0',
'libevdev2',
'libfontconfig1',
'libfreetype6',
'libgdk-pixbuf2.0-0',
@ -221,6 +222,7 @@ export const deps = {
'libegl1',
'libenchant1c2a',
'libepoxy0',
'libevdev2',
'libfontconfig1',
'libfreetype6',
'libgdk-pixbuf2.0-0',
@ -338,6 +340,7 @@ export const deps = {
'libcairo2',
'libegl1',
'libepoxy0',
'libevdev2',
'libfontconfig1',
'libfreetype6',
'libgdk-pixbuf-2.0-0',

View File

@ -291,6 +291,7 @@ const LIBRARY_TO_PACKAGE_NAME_UBUNTU_18_04: { [s: string]: string} = {
'libenchant.so.1': 'libenchant1c2a',
'libepoxy.so.0': 'libepoxy0',
'libevent-2.1.so.6': 'libevent-2.1-6',
'libevdev.so.2': 'libevdev2',
'libfontconfig.so.1': 'libfontconfig1',
'libfreetype.so.6': 'libfreetype6',
'libgbm.so.1': 'libgbm1',