summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-09-28 21:28:21 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-09-28 21:43:07 +0100
commit2f37b2eb542f61d5fd05be6865cf43105b60c1a5 (patch)
treebbaf9f9065bfb61f36ca599a0570bca5f634d67a /media-libs/libsdl2
parentmedia-libs/libsdl2: rename use flag fcitx4 to fcitx (diff)
downloadgentoo-2f37b2eb542f61d5fd05be6865cf43105b60c1a5.tar.gz
gentoo-2f37b2eb542f61d5fd05be6865cf43105b60c1a5.tar.bz2
gentoo-2f37b2eb542f61d5fd05be6865cf43105b60c1a5.zip
media-libs/libsdl2: Drop threads USE flag from 2.30.7-r1
It's effectively mandatory now. Closes: https://bugs.gentoo.org/931087 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r--media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild b/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
index d9c01ce0e13c..2cc534369294 100644
--- a/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.30.7-r1.ebuild
@@ -15,7 +15,7 @@ LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 custom-cflags dbus doc fcitx gles1 gles2 +haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio sndio +sound static-libs test +threads udev +video vulkan wayland X xscreensaver"
+IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 custom-cflags dbus doc fcitx gles1 gles2 +haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio sndio +sound static-libs test udev +video vulkan wayland X xscreensaver"
RESTRICT="!test? ( test )"
REQUIRED_USE="
alsa? ( sound )
@@ -127,7 +127,6 @@ src_configure() {
-DSDL_HAPTIC=$(usex haptic)
-DSDL_POWER=ON
-DSDL_FILESYSTEM=ON
- -DSDL_PTHREADS=$(usex threads)
-DSDL_TIMERS=ON
-DSDL_FILE=ON
-DSDL_LOADSO=ON