diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-16 08:52:20 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-16 08:52:43 +0100 |
commit | da741705ac7f5305d00a35ac859cfeaa6eaef51c (patch) | |
tree | bcd1f6dbeb104a33bbdf57b9d1667bb86b9d7c37 /media-libs | |
parent | mail-client/alpine: add new version 2.25 (diff) | |
download | gentoo-da741705ac7f5305d00a35ac859cfeaa6eaef51c.tar.gz gentoo-da741705ac7f5305d00a35ac859cfeaa6eaef51c.tar.bz2 gentoo-da741705ac7f5305d00a35ac859cfeaa6eaef51c.zip |
media-libs/libsdl: Disable autodetection of sndio
We could add a sndio USE flag, but we're half way to dropping the real
SDL1 in favour of the SDL2 compatibility wrapper.
Closes: https://bugs.gentoo.org/818007
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild index e8a0a07cccee..07ad4f42215d 100644 --- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild +++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild @@ -125,6 +125,7 @@ multilib_src_configure() { --enable-cpuinfo \ --disable-alsa-shared \ --disable-esd-shared \ + --disable-sndio \ --disable-pulseaudio-shared \ --disable-arts-shared \ --disable-nas-shared \ |