|
@ -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" |
|
|