diff options
author | 2023-12-17 16:54:00 +0100 | |
---|---|---|
committer | 2023-12-18 19:52:37 +0100 | |
commit | 2693a14b562505fd8d6c8136917fcef39b0a2e75 (patch) | |
tree | 1c6ff1bb179dbc0daf79b51fb2adf17bed3504dd /games-emulation | |
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 'games-emulation')
-rw-r--r-- | games-emulation/mgba/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-emulation/mgba/metadata.xml b/games-emulation/mgba/metadata.xml index 9e784de51af0..5af613d4048c 100644 --- a/games-emulation/mgba/metadata.xml +++ b/games-emulation/mgba/metadata.xml @@ -8,7 +8,6 @@ <use> <flag name="discord">Enable Discord RPC support</flag> <flag name="elf">Enable the use of elf utils via <pkg>dev-libs/elfutils</pkg></flag> - <flag name="gles2">Build OpenGL ES 2.x RenderSystem</flag> <flag name="gles3">Build OpenGL ES 3.x RenderSystem</flag> <flag name="libretro">Build libretro port</flag> </use> |