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, setting this is not recommended.</flag> |
10 |
<flag name="crashreporter">Enable crashreporter for mozilla upstream, debugging |
11 |
symbols are not required for reporting crashes.</flag> |
12 |
<flag name="ipc">Use inter-process communication between tabs and plugins. |
13 |
Allows for greater stability in case of plugin crashes</flag> |
14 |
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5, |
15 |
for faster binaries. This option will double the compile time.</flag> |
16 |
<flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg> |
17 |
installation with secure-delete enabled</flag> |
18 |
<flag name="webm">Use system <pkg>media-libs/libvpx</pkg> for HTML5 WebM |
19 |
video support.</flag> |
20 |
</use> |
21 |
</pkgmetadata> |