fix: add missing gstreamer dependencies for wk on debian 11 (#15675)

This commit is contained in:
Andrey Lushnikov 2022-07-14 13:12:49 -07:00 committed by GitHub
parent 4bba41ab8f
commit 173ea04b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',