diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 16:54:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-18 19:52:37 +0100 |
commit | 2693a14b562505fd8d6c8136917fcef39b0a2e75 (patch) | |
tree | 1c6ff1bb179dbc0daf79b51fb2adf17bed3504dd /media-libs/cogl | |
parent | profiles/use.desc: Make USE=lto global (diff) | |
download | gentoo-2693a14b562505fd8d6c8136917fcef39b0a2e75.tar.gz gentoo-2693a14b562505fd8d6c8136917fcef39b0a2e75.tar.bz2 gentoo-2693a14b562505fd8d6c8136917fcef39b0a2e75.zip |
profiles/use.desc: Make USE=gles2 global
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>
Diffstat (limited to 'media-libs/cogl')
-rw-r--r-- | media-libs/cogl/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/cogl/metadata.xml b/media-libs/cogl/metadata.xml index 9b65a27f8c1d..d9a2e9c4ee28 100644 --- a/media-libs/cogl/metadata.xml +++ b/media-libs/cogl/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <use> - <flag name="gles2">Enable OpenGL ES 2.0 support</flag> <flag name="kms">Enable KMS support.</flag> <flag name="pango">Build cogl-pango library for <pkg>x11-libs/pango</pkg> integration</flag> </use> |