aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsdl/libsdl-image_1.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libsdl/libsdl-image_1.2.3.bb')
-rw-r--r--packages/libsdl/libsdl-image_1.2.3.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb
index 7bf24412d2..0c83158c03 100644
--- a/packages/libsdl/libsdl-image_1.2.3.bb
+++ b/packages/libsdl/libsdl-image_1.2.3.bb
@@ -1,15 +1,10 @@
-DESCRIPTION = "Simple DirectMedia Layer image library."
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "zlib libpng jpeg virtual/libsdl"
-LICENSE = "LGPL"
+require libsdl-image.inc
+
PR = "r2"
-SRC_URI = "\
- http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz \
+SRC_URI += "\
file://autotools.patch;patch=1 \
"
-S = "${WORKDIR}/SDL_image-${PV}"
export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"