commit: aba98928c1f76eaf02ab18bcd39d519b179af925
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 31 14:40:06 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jan 31 14:40:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aba98928
media-libs/libsdl3: test USE depends on vulkan
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
media-libs/libsdl3/libsdl3-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libsdl3/libsdl3-3.2.0.ebuild
b/media-libs/libsdl3/libsdl3-3.2.0.ebuild
index 77497b8bd..fadecd0b9 100644
--- a/media-libs/libsdl3/libsdl3-3.2.0.ebuild
+++ b/media-libs/libsdl3/libsdl3-3.2.0.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
opengl? ( video )
pulseaudio? ( sound )
sndio? ( sound )
- test? ( static-libs )
+ test? ( static-libs vulkan )
vulkan? ( video )
wayland? ( gles2 )
xscreensaver? ( X )