diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb new file mode 100644 index 0000000000..c15e986dc3 --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Simple DirectMedia Layer image library v2" | ||
2 | SECTION = "libs" | ||
3 | |||
4 | LICENSE = "Zlib" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | ||
6 | |||
7 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl2 libwebp" | ||
8 | |||
9 | SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz" | ||
10 | SRC_URI[sha256sum] = "2213b56fdaff2220d0e38c8e420cbe1a83c87374190cba8c70af2156097ce30a" | ||
11 | |||
12 | S = "${UNPACKDIR}/SDL2_image-${PV}" | ||
13 | |||
14 | inherit cmake pkgconfig | ||
15 | |||
16 | FILES:${PN} += "${datadir}/licenses" | ||