increase dvbapp PR.
[vuplus_openembedded] / recipes / libsdl / libsdl-mixer_1.2.8.bb
1 DESCRIPTION = "Simple DirectMedia Layer mixer library."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libsdl libmikmod libvorbis"
5 LICENSE = "LGPL"
6
7 PR = "r1"
8
9 SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
10 S = "${WORKDIR}/SDL_mixer-${PV}"
11
12 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
13
14 inherit autotools_stage
15
16 EXTRA_OECONF = "--disable-music-mp3"
17 # although we build smpeg... need to find out how
18 # to deal with optional dependencies