mozconfig_init
mozconfig_config
mozconfig_annotate '' --enable-application=browser
mozconfig_annotate '' --enable-image-encoder=all
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-nspr
mozconfig_annotate '' --with-system-nss
if use xforms; then
mozconfig_annotate '' --enable-extensions=default,xforms,schema-validation,typeaheadfind
else
mozconfig_annotate '' --enable-extensions=default,typeaheadfind
fi
if use ia64; then
echo "ac_cv_visibility_pragma=no" >> "${S}/.mozconfig"
fi
if ! use bindist; then
mozconfig_annotate '' --enable-official-branding
fi
# Bug 60668: Galeon doesn't build without oji enabled, so enable it
# regardless of java setting.
mozconfig_annotate '' --enable-oji --enable-mathml
# Other ff-specific settings
mozconfig_use_enable mozdevelop jsd
mozconfig_use_enable mozdevelop xpctools
mozconfig_use_extension mozdevelop venkman
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
# Finalize and report settings
mozconfig_final