libsdl-mixer 1.2.6: Enabled mikmod support, needed at least for supertux.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 13 Jan 2008 11:47:06 +0000 (11:47 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 13 Jan 2008 11:47:06 +0000 (11:47 +0000)
packages/libsdl/libsdl-mixer_1.2.6.bb

index f78d992..84841d9 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "Simple DirectMedia Layer mixer library."
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libsdl"
+DEPENDS = "virtual/libsdl libmikmod"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
 S = "${WORKDIR}/SDL_mixer-${PV}"
@@ -12,7 +12,7 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
 inherit autotools
 
-EXTRA_OECONF = "--disable-music-mp3 --disable-music-libmikmod"
+EXTRA_OECONF = "--disable-music-mp3"
 # although we build smpeg... need to find out how
 # to deal with optional dependencies