summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-17 16:54:00 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-18 19:52:37 +0100
commit2693a14b562505fd8d6c8136917fcef39b0a2e75 (patch)
tree1c6ff1bb179dbc0daf79b51fb2adf17bed3504dd /profiles
parentprofiles/use.desc: Make USE=lto global (diff)
downloadgentoo-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 'profiles')
-rw-r--r--profiles/use.desc3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.desc b/profiles/use.desc
index 2a1e7bdd6b02..f0199949f2f5 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -101,7 +101,8 @@ ggi - Add support for media-libs/libggi (non-X video api/drivers)
gif - Add GIF image support
gimp - Build a plugin for the GIMP
git - Enable git (version control system) support
-gles2-only - Use GLES 2.0 or later instead of full OpenGL
+gles2 - Enable GLES 2.0 (OpenGL for Embedded Systems) support (independently of full OpenGL, see also: gles2-only)
+gles2-only - Use GLES 2.0 (OpenGL for Embedded Systems) or later instead of full OpenGL (see also: gles2)
glut - Build an OpenGL plugin using the GLUT library
gmp - Add support for dev-libs/gmp (GNU MP library)
gnome - Add GNOME support