summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-03-23 16:45:43 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-23 16:49:33 -0700
commitd0632021f7abbfa63e7b0a116680ed3ed746acbd (patch)
treebf95997243ff482ee0ed50328210cb1d285661ea
parent84b2e83ab048ac96430be9388359523ad503284c (diff)
downloadmeta-openembedded-d0632021f7abbfa63e7b0a116680ed3ed746acbd.tar.gz
libsdl3-mixer: Keep opus support off by default
opusfile comes from meta-multimedia and meta-oe does not depend on it, for keeping layer compatible, it must be kept disabled Fixes YP Compatible checks Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> Cc: Markus Volk <f_l_k@t-online.de>
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb
index 8540ec55fc..c5af2f038f 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb
@@ -9,7 +9,7 @@ SRCREV = "cedfeef30e93db35eee6b25759117da63f8e5a4f"
9 9
10inherit cmake pkgconfig 10inherit cmake pkgconfig
11 11
12PACKAGECONFIG ?= "flac opus wave vorbis" 12PACKAGECONFIG ?= "flac wave vorbis"
13PACKAGECONFIG[opus] = "-DSDLMIXER_OPUS=ON -DSDLMIXER_OPUS_SHARED=ON, -DSDLMIXER_OPUS=OFF,opusfile" 13PACKAGECONFIG[opus] = "-DSDLMIXER_OPUS=ON -DSDLMIXER_OPUS_SHARED=ON, -DSDLMIXER_OPUS=OFF,opusfile"
14PACKAGECONFIG[vorbis] = "-DSDLMIXER_VORBIS_VORBISFILE=ON -DSDLMIXER_VORBIS_STB=OFF -DSDLMIXER_VORBIS_TREMOR=OFF, -DSDLMIXER_VORBIS_VORBISFILE=OFF -DSDLMIXER_VORBIS_STB=OFF -DSDLMIXER_VORBIS_TREMOR=OFF,libvorbis" 14PACKAGECONFIG[vorbis] = "-DSDLMIXER_VORBIS_VORBISFILE=ON -DSDLMIXER_VORBIS_STB=OFF -DSDLMIXER_VORBIS_TREMOR=OFF, -DSDLMIXER_VORBIS_VORBISFILE=OFF -DSDLMIXER_VORBIS_STB=OFF -DSDLMIXER_VORBIS_TREMOR=OFF,libvorbis"
15PACKAGECONFIG[flac] = "-DSDLMIXER_FLAC_LIBFLAC=ON -DSDLMIXER_FLAC_LIBFLAC_SHARED=ON, -DSDLMIXER_FLAC_LIBFLAC=OFF,flac" 15PACKAGECONFIG[flac] = "-DSDLMIXER_FLAC_LIBFLAC=ON -DSDLMIXER_FLAC_LIBFLAC_SHARED=ON, -DSDLMIXER_FLAC_LIBFLAC=OFF,flac"