diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-05-04 22:19:50 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-05-04 22:20:20 +0100 |
commit | accc934d4381a9edb46143786ec6d3b7653755b7 (patch) | |
tree | 494b42e26e48183e64e40bd77ad2b1aad95abae3 /net-misc | |
parent | media-libs/glfw: Add some missing dependencies (diff) | |
download | gentoo-accc934d4381a9edb46143786ec6d3b7653755b7.tar.gz gentoo-accc934d4381a9edb46143786ec6d3b7653755b7.tar.bz2 gentoo-accc934d4381a9edb46143786ec6d3b7653755b7.zip |
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>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/moonlight/moonlight-5.0.1-r3.ebuild (renamed from net-misc/moonlight/moonlight-5.0.1-r2.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/moonlight/moonlight-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/moonlight/moonlight-5.0.1-r2.ebuild b/net-misc/moonlight/moonlight-5.0.1-r3.ebuild index a6dc05e965aa..33e79bb06086 100644 --- a/net-misc/moonlight/moonlight-5.0.1-r2.ebuild +++ b/net-misc/moonlight/moonlight-5.0.1-r3.ebuild @@ -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?] diff --git a/net-misc/moonlight/moonlight-9999.ebuild b/net-misc/moonlight/moonlight-9999.ebuild index a6dc05e965aa..33e79bb06086 100644 --- a/net-misc/moonlight/moonlight-9999.ebuild +++ b/net-misc/moonlight/moonlight-9999.ebuild @@ -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?] |