diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:37:01 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:37:01 +0000 |
commit | a3e73146adce111fe67af0886a43acbf7a654bd7 (patch) | |
tree | 2f16f88686bb2a878ce3942053cbbb2de0ed965f /packages/libsdl/libsdl-image_1.2.3.bb | |
parent | 0196a9e9747d4460e7ab28a63494f56dfe5c8297 (diff) | |
parent | 28dfae00ff3dc61e1f02dc9d14b1ff40ee3a4f59 (diff) |
merge of 'd2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63'
and 'ed4e5b420b127a2a4f722c324c8c61ee00caf977'
Diffstat (limited to 'packages/libsdl/libsdl-image_1.2.3.bb')
-rw-r--r-- | packages/libsdl/libsdl-image_1.2.3.bb | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb index b35aa3bf1e..1a911f9f62 100644 --- a/packages/libsdl/libsdl-image_1.2.3.bb +++ b/packages/libsdl/libsdl-image_1.2.3.bb @@ -3,15 +3,19 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "zlib libpng jpeg virtual/libsdl" LICENSE = "LGPL" +PR = "r1" + +SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz \ + file://autotools.patch;patch=1 \ + " -SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" S = "${WORKDIR}/SDL_image-${PV}" +export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" + inherit autotools do_stage() { - oe_libinstall -so libSDL_image ${STAGING_LIBDIR} - ln -sf libSDL_image.so ${STAGING_LIBDIR}/libSDL_image-1.2.so - install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h + autotools_stage_all } |