SDL2_mixer: add optional dependency mpg123
This commit is contained in:
parent
23c9c3779d
commit
4cc48e5e0f
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, which
|
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, which
|
||||||
, SDL2, libogg, libvorbis, smpeg2, flac, libmodplug, opusfile
|
, SDL2, libogg, libvorbis, smpeg2, flac, libmodplug, opusfile, mpg123
|
||||||
, CoreServices, AudioUnit, AudioToolbox
|
, CoreServices, AudioUnit, AudioToolbox
|
||||||
, enableNativeMidi ? false, fluidsynth ? null }:
|
, enableNativeMidi ? false, fluidsynth ? null }:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices AudioUnit AudioToolbox ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices AudioUnit AudioToolbox ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ SDL2 libogg libvorbis fluidsynth smpeg2 flac libmodplug opusfile ];
|
propagatedBuildInputs = [ SDL2 libogg libvorbis fluidsynth smpeg2 flac libmodplug opusfile mpg123 ];
|
||||||
|
|
||||||
configureFlags = [ "--disable-music-ogg-shared" ]
|
configureFlags = [ "--disable-music-ogg-shared" ]
|
||||||
++ lib.optional enableNativeMidi "--enable-music-native-midi-gpl"
|
++ lib.optional enableNativeMidi "--enable-music-native-midi-gpl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user