commit: e1dd2ba46c514ab006a404930e61e07d50c15d56
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 9 00:46:40 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 9 00:49:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dd2ba4
media-libs/libsdl3: drop IUSE=static-libs
qemu still using this doesn't really make sense and, if it migrates
to libsdl3, the seemingly legacy usage should be cleaned up.
Unlikely that it works right too given nothing checks that all the
other libraries it needs to link with are available statically.
Can always be re-added later if we really need it, but for now do not
want to encourage anything to depend on this.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/libsdl3/libsdl3-3.2.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libsdl3/libsdl3-3.2.10.ebuild
b/media-libs/libsdl3/libsdl3-3.2.10.ebuild
index 401240306f28..9418c4946834 100644
--- a/media-libs/libsdl3/libsdl3-3.2.10.ebuild
+++ b/media-libs/libsdl3/libsdl3-3.2.10.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
IUSE="
X alsa aqua dbus doc ibus io-uring jack kms opengl oss pipewire
- pulseaudio sndio static-libs test udev usb vulkan wayland
+ pulseaudio sndio test udev usb vulkan wayland
cpu_flags_ppc_altivec cpu_flags_x86_avx cpu_flags_x86_avx2
cpu_flags_x86_avx512f cpu_flags_x86_mmx cpu_flags_x86_sse
cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1
@@ -95,7 +95,7 @@ src_configure() {
-DSDL_DEPS_SHARED=no # link rather than dlopen() where possible
-DSDL_LIBURING=$(usex io-uring)
-DSDL_RPATH=no
- -DSDL_STATIC=$(usex static-libs)
+ -DSDL_STATIC=no
-DSDL_TESTS=$(usex test)
# audio