commit: e5d4a8ff40c5d766b9ffa64cb51d2d843966164f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 31 11:53:47 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Apr 3 14:56:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d4a8ff
profiles: use.desc: Add 'gles2-only' global USE flag Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index bc863c14f68..1e01aa9e1e8 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -100,6 +100,7 @@ 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 glut - Build an OpenGL plugin using the GLUT library gmp - Add support for dev-libs/gmp (GNU MP library) gnome - Add GNOME support
