forked from hasufell/hasufell-repository
net-www/inox: enable webrtc to prevent crashes
See discussion: https://github.com/gcarq/inox-patchset/issues/64
This commit is contained in:
parent
42ddfbb261
commit
354c076509
@ -408,12 +408,12 @@ inox_src_configure() {
|
|||||||
myconf_gn+=" use_gtk3=$(option providers:gtk3 true false)"
|
myconf_gn+=" use_gtk3=$(option providers:gtk3 true false)"
|
||||||
|
|
||||||
# inox specific
|
# inox specific
|
||||||
|
myconf_gn+=" enable_webrtc=true" # prevents frequent crashes
|
||||||
myconf_gn+=" enable_google_now=false"
|
myconf_gn+=" enable_google_now=false"
|
||||||
myconf_gn+=" enable_hangout_services_extension=false"
|
myconf_gn+=" enable_hangout_services_extension=false"
|
||||||
myconf_gn+=" enable_hotwording=false"
|
myconf_gn+=" enable_hotwording=false"
|
||||||
myconf_gn+=" enable_print_preview=false"
|
myconf_gn+=" enable_print_preview=false"
|
||||||
myconf_gn+=" enable_remoting=false"
|
myconf_gn+=" enable_remoting=false"
|
||||||
myconf_gn+=" enable_webrtc=false"
|
|
||||||
myconf_gn+=" safe_browsing_mode=0"
|
myconf_gn+=" safe_browsing_mode=0"
|
||||||
myconf_gn+=" use_allocator=\"none\""
|
myconf_gn+=" use_allocator=\"none\""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user