diff options
Diffstat (limited to 'recipes/libsdl/libsdl-image.inc')
-rw-r--r-- | recipes/libsdl/libsdl-image.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-image.inc b/recipes/libsdl/libsdl-image.inc index b52db71511..014dca4382 100644 --- a/recipes/libsdl/libsdl-image.inc +++ b/recipes/libsdl/libsdl-image.inc @@ -4,6 +4,8 @@ PRIORITY = "optional" DEPENDS = "zlib libpng jpeg virtual/libsdl" LICENSE = "LGPL" +INC_PR = "r4" + SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" S = "${WORKDIR}/SDL_image-${PV}" @@ -17,4 +19,3 @@ do_stage() { ln -sf libSDL_image.so ${STAGING_LIBDIR}/libSDL_image-1.2.so install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h } - |