mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02:00
gnu: sdl-mixer: Remove unused configure flag.
The flag --disable-music-mp3-shared is only used when building with smpeg instead of libmad, which is linked at build time by default. * gnu/packages/sdl.scm (sdl-mixer)[arguments]: Remove unused configure flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
committed by
Danny Milosavljevic
parent
5f50c2e6b1
commit
36f1ba7bfe
@@ -270,8 +270,7 @@ WEBP, XCF, XPM, and XV.")
|
||||
"--disable-music-mod-shared"
|
||||
"--disable-music-fluidsynth-shared"
|
||||
"--disable-music-ogg-shared"
|
||||
"--disable-music-flac-shared"
|
||||
"--disable-music-mp3-shared")))
|
||||
"--disable-music-flac-shared")))
|
||||
(inputs `(("libvorbis" ,libvorbis)
|
||||
("libflac" ,flac)
|
||||
("libmad" ,libmad)
|
||||
|
||||
Reference in New Issue
Block a user