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/libsdl2 | |
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/libsdl2')
-rw-r--r-- | media-libs/libsdl2/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml index 9cf6272d454a..a96219c59be3 100644 --- a/media-libs/libsdl2/metadata.xml +++ b/media-libs/libsdl2/metadata.xml @@ -26,7 +26,6 @@ <use> <flag name="fcitx4">Enable support for <pkg>app-i18n/fcitx</pkg> 4</flag> <flag name="gles1">include OpenGL ES 1.0 support</flag> - <flag name="gles2">include OpenGL ES 2.0 support</flag> <flag name="haptic">Enable the haptic (force feedback) subsystem</flag> <flag name="ibus">Enable support for <pkg>app-i18n/ibus</pkg></flag> <flag name="joystick">Control joystick support (disable at your own risk)</flag> |