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 /x11-apps | |
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 'x11-apps')
-rw-r--r-- | x11-apps/mesa-progs/metadata.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-apps/mesa-progs/metadata.xml b/x11-apps/mesa-progs/metadata.xml index 4f7f34493419..c0d2985e3795 100644 --- a/x11-apps/mesa-progs/metadata.xml +++ b/x11-apps/mesa-progs/metadata.xml @@ -5,9 +5,6 @@ <email>x11@gentoo.org</email> <name>X11</name> </maintainer> - <use> - <flag name="gles2">Build OpenGL ES 2 utilities</flag> - </use> <upstream> <remote-id type="freedesktop-gitlab">mesa/demos</remote-id> </upstream> |