summaryrefslogtreecommitdiff
blob: 3671a87d8cbc8e7c3c7fa74c7f50136ad1e146e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>chromium@gentoo.org</email>
		<name>Chromium in Gentoo Project</name>
	</maintainer>
	<use>
		<flag name="js-type-check">Enable JavaScript type-checking for Chrome's web technology-based UI. Requires Java.</flag>
		<flag name="component-build">Split build into more shared libraries to speed up linking. Mostly intended for debugging and development, NOT RECOMMENDED for general use.</flag>
		<flag name="headless">Build Ozone only with headless backend, NOT RECOMMENDED for general use.</flag>
		<flag name="hangouts">Enable support for Google Hangouts features such as screen sharing</flag>
		<flag name="official">Enable Official build instead of Developer build.</flag>
		<flag name="ozone">Enable Ozone platform abstraction layer with X11 backend.</flag>
		<flag name="pic">Disable optimized assembly code that is not PIC friendly</flag>
		<flag name="proprietary-codecs">Enable codecs for patent-encumbered audio and video formats.</flag>
		<flag name="suid">Build the SUID sandbox, which is only needed on CONFIG_USER_NS=n kernels</flag>
		<flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag>
		<flag name="system-icu">Use system icu instead of the bundled one</flag>
		<flag name="system-libvpx">Use system libvpx instead of the bundled one</flag>
		<flag name="tcmalloc">Use bundled tcmalloc instead of system malloc</flag>
		<flag name="wayland">Enable Wayland backend for Ozone.</flag>
		<flag name="widevine">Unsupported closed-source DRM capability (required by Netflix VOD)</flag>
	</use>
</pkgmetadata>