Skip to content

Commit 50ca041

Browse files
committed
fix(launchDoctor): add package mapping for libvpx.so.5
Since we were bundling the library with the browsers before, the mapping was missing. References microsoft#2745
1 parent f4e584e commit 50ca041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/validateDependencies.ts

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ const LIBRARY_TO_PACKAGE_NAME_UBUNTU_18_04: { [s: string]: string} = {
205205
'libsecret-1.so.0': 'libsecret-1-0',
206206
'libsmime3.so': 'libnss3',
207207
'libssl3.so': 'libnss3',
208+
'libvpx.so.5': 'libvpx5',
208209
'libwayland-client.so.0': 'libwayland-client0',
209210
'libwayland-egl.so.1': 'libwayland-egl1',
210211
'libwayland-server.so.0': 'libwayland-server0',

0 commit comments

Comments
 (0)