net-misc/moonlight: Require libsdl2[gles2]

It's needed for hardware acceleration.

Closes: https://bugs.gentoo.org/930987
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2024-05-04 22:19:50 +01:00
parent 39e0eab9fa
commit accc934d43
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/libglvnd
media-libs/libpulse
media-libs/libsdl2[haptic,kms,joystick,sound,video]
media-libs/libsdl2[gles2,haptic,kms,joystick,sound,video]
media-libs/opus
media-libs/sdl2-ttf
media-video/ffmpeg:=[cuda?,libdrm?]

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/libglvnd
media-libs/libpulse
media-libs/libsdl2[haptic,kms,joystick,sound,video]
media-libs/libsdl2[gles2,haptic,kms,joystick,sound,video]
media-libs/opus
media-libs/sdl2-ttf
media-video/ffmpeg:=[cuda?,libdrm?]