mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix: add missing gstreamer dependencies for wk on debian 11 (#15675)
This commit is contained in:
parent
4bba41ab8f
commit
173ea04b02
@ -717,6 +717,10 @@ export const deps: any = {
|
||||
'libxtst6'
|
||||
],
|
||||
webkit: [
|
||||
'gstreamer1.0-libav',
|
||||
'gstreamer1.0-plugins-bad',
|
||||
'gstreamer1.0-plugins-base',
|
||||
'gstreamer1.0-plugins-good',
|
||||
'libatk-bridge2.0-0',
|
||||
'libatk1.0-0',
|
||||
'libcairo2',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user