Skip to content

Commit

Permalink
fix(launchDoctor): add package mapping for libvpx.so.5
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 microsoft#2745
  • Loading branch information
aslushnikov committed Jul 27, 2020
1 parent f4e584e commit 50ca041
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 50ca041

Please sign in to comment.