mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 18:20:07 +00:00
libsdl2-mixer: set --disable-music-ogg-shared to link statically
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
074c7d9a1e
commit
69bae2a236
@ -14,7 +14,7 @@ S = "${WORKDIR}/SDL2_mixer-${PV}"
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
EXTRA_AUTORECONF += "--include=acinclude"
|
||||
EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg LIBS=-L${STAGING_LIBDIR}"
|
||||
EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --disable-music-ogg-shared LIBS=-L${STAGING_LIBDIR}"
|
||||
|
||||
PACKAGECONFIG[mad] = "--enable-music-mp3-mad-gpl,--disable-music-mp3-mad-gpl,libmad"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user