| Message ID | 20260225063735.17946-1-f_l_k@t-online.de |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] libsdl3-image: add PACKAGECONFIG for av1 | expand |
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 <f_l_k=t-online.de@lists.openembedded.org> wrote: > - libavif is in meta-multimedia -> dont enable by default > > Signed-off-by: Markus Volk <f_l_k@t-online.de> > --- > 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 (#124608): > https://lists.openembedded.org/g/openembedded-devel/message/124608 > Mute This Topic: https://lists.openembedded.org/mt/117990968/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
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"
- libavif is in meta-multimedia -> dont enable by default Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)