libsdl-image: convert to new style staging
[openembedded.git] / recipes / libsdl / libsdl-image.inc
blob4379fe09a96da76a4d351299e3eb7fe66792f5fb
1 DESCRIPTION = "Simple DirectMedia Layer image library."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 DEPENDS = "zlib libpng jpeg virtual/libsdl"
5 LICENSE = "LGPL"
7 INC_PR = "r5"
9 SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
11 S = "${WORKDIR}/SDL_image-${PV}"
13 inherit autotools
15 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"