diff --git a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild b/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild index 3ae5a8fc5ca06..4a4a792e4187d 100644 --- a/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild +++ b/games-fps/yamagi-quake2/yamagi-quake2-8.10.ebuild @@ -27,17 +27,20 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="+client ctf dedicated gles openal +opengl rogue softrender vulkan xatrix" REQUIRED_USE=" || ( client dedicated ) - client? ( || ( opengl softrender vulkan ) ) + client? ( || ( opengl gles softrender vulkan ) ) " RDEPEND=" client? ( media-libs/libsdl2[opengl?,video,vulkan?] net-misc/curl + gles? ( + media-libs/libglvnd + media-libs/libsdl2[gles2] + ) openal? ( media-libs/openal ) !openal? ( media-libs/libsdl2[sound] ) - opengl? ( virtual/opengl ) - gles? ( media-libs/mesa[gles2] ) + opengl? ( media-libs/libglvnd[X] ) ) " DEPEND="${RDEPEND}