summaryrefslogtreecommitdiff
path: root/packages/libsdl
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-22 11:16:25 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-22 11:16:25 +0000
commitb694a0d0fd68ef5e44dca2039f56b9706477436e (patch)
tree70454418d31307bf7df470073d054142fd4a3f02 /packages/libsdl
parentda87201253f04e5af788dcd09030f8f0f5114f9d (diff)
libsdl gfx: update to 2.0.17
Diffstat (limited to 'packages/libsdl')
-rw-r--r--packages/libsdl/libsdl-gfx_2.0.17.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-gfx_2.0.17.bb b/packages/libsdl/libsdl-gfx_2.0.17.bb
new file mode 100644
index 0000000000..79af40ae1d
--- /dev/null
+++ b/packages/libsdl/libsdl-gfx_2.0.17.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
+S = "${WORKDIR}/SDL_gfx-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-mmx"
+
+do_stage() {
+ autotools_stage_all
+}
+