1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
3 |
<pkgmetadata> |
4 |
<herd>mozilla</herd> |
5 |
<use> |
6 |
<flag name="bindist">Disable official Firefox branding (icons, name) which |
7 |
are not binary-redistributable according to upstream.</flag> |
8 |
<flag name="custom-optimization">Fine-tune custom compiler |
9 |
optimizations (-Os, -O0, -O1, -O2, -O3)</flag> |
10 |
<flag name="gmp-autoupdate">Allow Gecko Media Plugins (binary blobs) to be automatically |
11 |
downloaded and kept up-to-date in user profiles</flag> |
12 |
<flag name="gstreamer-0">Use gstreamer:0.10 instead of gstreamer:1 for media support</flag> |
13 |
<flag name="jemalloc3">Enable or disable jemalloc3 (forced-on when supported prior to 38.0)</flag> |
14 |
<flag name="minimal">Prevent sdk and headers from being installed</flag> |
15 |
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5, |
16 |
for faster binaries. This option will double the compile time.</flag> |
17 |
<flag name="system-cairo">Use the system-wide <pkg>x11-libs/cairo</pkg> |
18 |
instead of bundled.</flag> |
19 |
<flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg> |
20 |
instead of bundled.</flag> |
21 |
<flag name="system-jpeg">Use the system-wide <pkg>media-libs/libjpeg-turbo</pkg> |
22 |
instead of bundled.</flag> |
23 |
<flag name="system-libvpx">Use the system-wide <pkg>media-libs/libvpx</pkg> |
24 |
instead of bundled.</flag> |
25 |
<flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> |
26 |
installation with secure-delete enabled</flag> |
27 |
<flag name="egl">Enable EGL provider</flag> |
28 |
</use> |
29 |
</pkgmetadata> |