We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8761ef commit ac4127dCopy full SHA for ac4127d
packages/playwright-core/src/server/registry/nativeDeps.ts
@@ -270,6 +270,7 @@ export const deps: any = {
270
'libgles2',
271
'libglib2.0-0',
272
'libgtk-3-0',
273
+ 'libgudev-1.0-0',
274
'libharfbuzz-icu0',
275
'libharfbuzz0b',
276
'libhyphen0',
@@ -343,6 +344,7 @@ export const deps: any = {
343
344
'libgthread-2.0.so.0': 'libglib2.0-0',
345
'libgtk-3.so.0': 'libgtk-3-0',
346
'libgtk-x11-2.0.so.0': 'libgtk2.0-0',
347
+ 'libgudev-1.0.so.0': 'libgudev-1.0-0',
348
'libharfbuzz-icu.so.0': 'libharfbuzz-icu0',
349
'libharfbuzz.so.0': 'libharfbuzz0b',
350
'libhyphen.so.0': 'libhyphen0',
0 commit comments