Skip to content

Commit

Permalink
fix(launchDoctor): add package mapping for libvpx.so.5 (#3180)
Browse files Browse the repository at this point in the history
Since we were bundling the library with the browsers before, the
mapping was missing.

References #2745
  • Loading branch information
aslushnikov authored Jul 27, 2020
1 parent 51ce47f commit 6fa7547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/validateDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const LIBRARY_TO_PACKAGE_NAME_UBUNTU_18_04: { [s: string]: string} = {
'libsecret-1.so.0': 'libsecret-1-0',
'libsmime3.so': 'libnss3',
'libssl3.so': 'libnss3',
'libvpx.so.5': 'libvpx5',
'libwayland-client.so.0': 'libwayland-client0',
'libwayland-egl.so.1': 'libwayland-egl1',
'libwayland-server.so.0': 'libwayland-server0',
Expand Down

0 comments on commit 6fa7547

Please sign in to comment.