diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-13 11:47:06 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-13 11:47:06 +0000 |
commit | 95920e8a72597a30f3471379137fc188d515e67b (patch) | |
tree | 0867f4e45b7f6fc9aa3ceee7fd499824be46d1c1 /packages/libsdl/libsdl-mixer_1.2.6.bb | |
parent | 3dd130eb145b60fc54059d9aca8d0aedd5e21a45 (diff) |
libsdl-mixer 1.2.6: Enabled mikmod support, needed at least for supertux.
Diffstat (limited to 'packages/libsdl/libsdl-mixer_1.2.6.bb')
-rw-r--r-- | packages/libsdl/libsdl-mixer_1.2.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb index f78d992806..84841d9741 100644 --- a/packages/libsdl/libsdl-mixer_1.2.6.bb +++ b/packages/libsdl/libsdl-mixer_1.2.6.bb @@ -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 |