net-www/inox: enable webrtc to prevent crashes

See discussion:
  https://github.com/gcarq/inox-patchset/issues/64
This commit is contained in:
Julian Ospald 2017-03-23 22:46:52 +01:00
parent 42ddfbb261
commit 354c076509
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 1 additions and 1 deletions

View File

@ -408,12 +408,12 @@ inox_src_configure() {
myconf_gn+=" use_gtk3=$(option providers:gtk3 true false)"
# inox specific
myconf_gn+=" enable_webrtc=true" # prevents frequent crashes
myconf_gn+=" enable_google_now=false"
myconf_gn+=" enable_hangout_services_extension=false"
myconf_gn+=" enable_hotwording=false"
myconf_gn+=" enable_print_preview=false"
myconf_gn+=" enable_remoting=false"
myconf_gn+=" enable_webrtc=false"
myconf_gn+=" safe_browsing_mode=0"
myconf_gn+=" use_allocator=\"none\""