diff options
author | jabdoa2 <jabdoa2@users.noreply.github.com> | 2020-12-31 18:07:43 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-01-14 18:38:07 -0800 |
commit | 27626b4eea4428e60972796ec2d0678670b6f7be (patch) | |
tree | 6d17f02edea891cd6199f58c15d689ce4286f9fb /meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb | |
parent | af0c3a62d6faba0f0a9d8cc09e8b72845575346b (diff) | |
download | meta-openembedded-27626b4eea4428e60972796ec2d0678670b6f7be.tar.gz |
libsdl2-mixer: set --disable-music-ogg-shared to link statically
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 69bae2a2360643805de2ae1cd9ebc4202cd5a2fb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb index 77e50d384..8f1960d8a 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb @@ -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" |