diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-11-22 18:40:04 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-23 17:10:50 +0000 |
commit | 28697d653a3026acc7b383f57a9cdabdf5399bcd (patch) | |
tree | 56703ed8233b30cedac22f7d73cc9f3c6c3ccfb1 /media-libs | |
parent | media-libs/libavif: Keyword 1.0.1 alpha, #917058 (diff) | |
download | gentoo-28697d653a3026acc7b383f57a9cdabdf5399bcd.tar.gz gentoo-28697d653a3026acc7b383f57a9cdabdf5399bcd.tar.bz2 gentoo-28697d653a3026acc7b383f57a9cdabdf5399bcd.zip |
media-libs/libsdl2: add missing test dep
Bug: https://bugs.gentoo.org/896130
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.28.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.28.5.ebuild b/media-libs/libsdl2/libsdl2-2.28.5.ebuild index b37d436cf46e..71a2d76fac77 100644 --- a/media-libs/libsdl2/libsdl2-2.28.5.ebuild +++ b/media-libs/libsdl2/libsdl2-2.28.5.ebuild @@ -82,6 +82,7 @@ RDEPEND=" DEPEND=" ${COMMON_DEPEND} ibus? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) + test? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) vulkan? ( dev-util/vulkan-headers ) X? ( x11-base/xorg-proto ) " |