Note: The engine depends on iwlib!
@ -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
}
hook_add preconf 4 "firefox_config"