diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb new file mode 100644 index 0000000000..0f7ce92efd --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer image library v2" | ||
| 2 | SECTION = "libs" | ||
| 3 | |||
| 4 | LICENSE = "Zlib" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7" | ||
| 6 | |||
| 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x;tag=release-${PV}" | ||
| 10 | SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7" | ||
| 11 | |||
| 12 | EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON" | ||
| 13 | |||
| 14 | PACKAGECONFIG ?= "" | ||
| 15 | PACKAGECONFIG[av1] = "-DSDLIMAGE_AVIF=ON,-DSDLIMAGE_AVIF=OFF,libavif" | ||
| 16 | |||
| 17 | inherit cmake pkgconfig | ||
| 18 | |||
| 19 | FILES:${PN} += "${datadir}/licenses" | ||
