I had reverted the previous upgrade patch. So please squash this one into your original patch and send a v3.
On Tue, Feb 24, 2026 at 10:38 PM Markus Volk via lists.openembedded.org <[email protected]> wrote: > - libavif is in meta-multimedia -> dont enable by default > > Signed-off-by: Markus Volk <[email protected]> > --- > meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb > b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb > index 5d6c1cf21b..324332eb84 100644 > --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb > +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb > @@ -4,13 +4,16 @@ SECTION = "libs" > LICENSE = "Zlib" > LIC_FILES_CHKSUM = > "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7" > > -DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl libavif" > +DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" > > SRC_URI = "git:// > github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x" > SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476" > > EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON" > > +PACKAGECONFIG ?= "" > +PACKAGECONFIG[av1] = "-DSDLIMAGE_AVIF=ON,-DSDLIMAGE_AVIF=OFF,libavif" > + > inherit cmake pkgconfig > > FILES:${PN} += "${datadir}/licenses" > -- > 2.52.0 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124610): https://lists.openembedded.org/g/openembedded-devel/message/124610 Mute This Topic: https://lists.openembedded.org/mt/117990968/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
