mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Add a global USE=gles2 flag, to enable GLES 2 support (as a companion to USE=gles2-only). It seems to be used consistently in 16 packages, though for some it also enables GLES 3). Technically there are also `gles1` and `gles3` flags in the wild but they are used by a few packages. Signed-off-by: Michał Górny <mgorny@gentoo.org>
16 lines
509 B
XML
16 lines
509 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnome@gentoo.org</email>
|
|
<name>Gentoo GNOME Desktop</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="kms">Enable KMS support.</flag>
|
|
<flag name="pango">Build cogl-pango library for <pkg>x11-libs/pango</pkg> integration</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="gnome-gitlab">Archive/cogl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|