diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb index 00c7ec8c0..5307535d9 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Simple DirectMedia Layer mixer library." | 1 | DESCRIPTION = "Simple DirectMedia Layer mixer library." |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | DEPENDS = "virtual/libsdl flac libmikmod libvorbis ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}" | 3 | DEPENDS = "virtual/libsdl flac libmikmod libvorbis" |
4 | LICENSE = "zlib" | 4 | LICENSE = "zlib" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d" |
6 | 6 | ||
@@ -16,7 +16,9 @@ S = "${WORKDIR}/SDL_mixer-${PV}" | |||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | EXTRA_AUTORECONF += "--include=acinclude" | 18 | EXTRA_AUTORECONF += "--include=acinclude" |
19 | EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-music-mp3-mad-gpl', d)} LIBS=-L${STAGING_LIBDIR}" | 19 | EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}" |
20 | |||
21 | PACKAGECONFIG[mad] = "--enable-music-mp3-mad-gpl,--disable-music-mp3-mad-gpl,libmad" | ||
20 | 22 | ||
21 | do_configure () { | 23 | do_configure () { |
22 | # Remove old libtool macros. | 24 | # Remove old libtool macros. |