summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-04-05 22:28:46 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-04-05 22:33:06 +0100
commit6a476961b04ddee6c2ae97485e8c0d0c87ef4cea (patch)
tree7af922301d519251903627bb948db111569d261c /media-libs/libsdl2/metadata.xml
parentdev-db/influxdb: fix LICENSE (diff)
downloadgentoo-6a476961b04ddee6c2ae97485e8c0d0c87ef4cea.tar.gz
gentoo-6a476961b04ddee6c2ae97485e8c0d0c87ef4cea.tar.bz2
gentoo-6a476961b04ddee6c2ae97485e8c0d0c87ef4cea.zip
media-libs/libsdl2: Rename gles USE flag to gles2
We unconditionally disable GLES1 support. Kodi is the only package still using the "gles" flag now. Closes: https://bugs.gentoo.org/716248 Package-Manager: Portage-2.3.96, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2/metadata.xml')
-rw-r--r--media-libs/libsdl2/metadata.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libsdl2/metadata.xml b/media-libs/libsdl2/metadata.xml
index 253e9af8f2d9..37b2b8577235 100644
--- a/media-libs/libsdl2/metadata.xml
+++ b/media-libs/libsdl2/metadata.xml
@@ -24,7 +24,8 @@
Perl, PHP, Pike, Python, and Ruby.
</longdescription>
<use>
- <flag name="gles">include OpenGL ES support</flag>
+ <flag name="gles">include OpenGL ES 2.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="joystick">Control joystick support (disable at your own risk)</flag>
<flag name="kms">Build the KMSDRM video driver</flag>