Browse Source

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

Note:

The engine depends on iwlib!
user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
eaeed3eb88
  1. 9
      www/firefox/firefox.conf

9
www/firefox/firefox.conf

@ -52,6 +52,15 @@ if pkginstalled libsvg-cairo ; then
EOT EOT
fi 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" hook_add preconf 4 "firefox_config"

Loading…
Cancel
Save