cherry-pick(#15675): fix: add missing gstreamer dependencies for wk on debian 11 (#15677)

SHA: 173ea04b02
This commit is contained in:
Andrey Lushnikov 2022-07-14 13:15:46 -07:00 committed by GitHub
parent 049bcfbd4b
commit 6acddea8aa
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',