fix(webkit): add libnghttp2 to the deps on older distros (#27399)

`bin/WPENetworkProcess` depends on `libsoup-3.0.so.0` which we bundle
with the browser on Ubuntu 20 and Debian 11, but soup3 depends on
`libnghttp2.so` which is expected to be installed on the host.

Fixes https://github.com/microsoft/playwright/issues/27255
This commit is contained in:
Yury Semikhatsky 2023-10-02 18:06:28 -07:00 committed by GitHub
parent 2aca7fdcc2
commit 567386c23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,6 +276,7 @@ export const deps: any = {
'libhyphen0',
'libicu66',
'libjpeg-turbo8',
'libnghttp2-14',
'libnotify4',
'libopengl0',
'libopenjp2-7',
@ -712,6 +713,7 @@ export const deps: any = {
'libjpeg62-turbo',
'liblcms2-2',
'libmanette-0.2-0',
'libnghttp2-14',
'libnotify4',
'libopengl0',
'libopenjp2-7',