Browse Source

firefox: fixed to disable "Necko" WiFi scanning when there are no wireless-tools (see note)

Note:

The engine depends on iwlib!
user/amery/mess
Christian Wiese 14 years ago
parent
commit
eaeed3eb88
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      www/firefox/firefox.conf

+ 9
- 0
www/firefox/firefox.conf

@ -52,6 +52,15 @@ if pkginstalled libsvg-cairo ; then
EOT
fi
# wireless support
if ! pkginstalled -f wireless-tools; then
cat <<-EOT >> .mozconfig
ac_add_options --disable-necko-wifi
EOT
fi
}
hook_add preconf 4 "firefox_config"

Loading…
Cancel
Save