Files
sablink-distro/www-client/firefox/metadata.xml
T
Fabio Erculiani 5e2013d623 [www-client/firefox] make possible to explicitly enable/disable USE=neon
This also fixes linking bug due to crazy macro usage on ARM when
NEON support is enabled at build time and set to runtime detection.
We lose the runtime detection (due to macro hackery I don't want
to debug right now) but gain the ability to build under qemu-user
2012-01-02 20:21:41 +01:00

22 lines
931 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>mozilla</herd>
<use>
<flag name='custom-optimization'>Fine-tune custom compiler
optimizations</flag>
<flag name='filepicker'>Enable old gtkfilepicker from 1.0.x firefox</flag>
<flag name='iceweasel'>Enable iceweasel branding</flag>
<flag name='mozdevelop'>Enable features for web developers (e.g.
Venkman)</flag>
<flag name='moznopango'>Disable <pkg>x11-libs/pango</pkg> during
runtime</flag>
<flag name='neon'>Enable NEON optimizations for ARM processors</flag>
<flag name='restrict-javascript'>Pull in <pkg>www-plugins/noscript</pkg>
extension to disable javascript globally, putting the user fully in
control of the sites he/she visits</flag>
<flag name='xforms'>XForms is a standard to split up XHTML into XForms,
instance data, and user interface</flag>
</use>
</pkgmetadata>