games-action/noiz2sa: add missing libsdl[joystick] dep

Closes: https://bugs.gentoo.org/836598
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-06-16 01:26:53 +01:00
parent 36aca27bf6
commit 6aba2b6e32

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-libs/libbulletml-0.0.3
media-libs/libsdl[joystick]
media-libs/sdl-mixer[vorbis]
virtual/opengl"
RDEPEND="${DEPEND}"