Merge pull request #299027 from NickCao/firefox-webrtc-riscv
firefox: enable webrtcSupport on riscv
This commit is contained in:
commit
3f5c3267e6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ in
|
||||||
, geolocationSupport ? !privacySupport
|
, geolocationSupport ? !privacySupport
|
||||||
, googleAPISupport ? geolocationSupport
|
, googleAPISupport ? geolocationSupport
|
||||||
, mlsAPISupport ? geolocationSupport
|
, mlsAPISupport ? geolocationSupport
|
||||||
, webrtcSupport ? !privacySupport && !stdenv.hostPlatform.isRiscV
|
, webrtcSupport ? !privacySupport
|
||||||
|
|
||||||
# digital rights managemewnt
|
# digital rights managemewnt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue