aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
commit995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch)
treeb96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /libsdl
parentaa1acc005fba121a63f980235c0a33e6a059e18c (diff)
downloadopenembedded-995161d9c5b8b571be91e9f47cb5dd7a376df8ab.tar.gz
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-gfx_2.0.11.oe18
-rw-r--r--libsdl/libsdl-image_1.2.3.oe2
2 files changed, 19 insertions, 1 deletions
diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe
index e69de29bb2..c3257b8996 100644
--- a/libsdl/libsdl-gfx_2.0.11.oe
+++ b/libsdl/libsdl-gfx_2.0.11.oe
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer graphic primitives library."
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+
+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() {
+ oe_libinstall -so libSDL_gfx ${STAGING_LIBDIR}
+ install -m 0644 *.h ${STAGING_INCDIR}/SDL/
+}
+
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe
index d52440507b..d8325cf7da 100644
--- a/libsdl/libsdl-image_1.2.3.oe
+++ b/libsdl/libsdl-image_1.2.3.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer image library."
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
-DEPENDS = "base/zlib base/libpng base/jpeg virtual/libsdl"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
S = "${WORKDIR}/SDL_image-${PV}"