summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:39:17 +0100
commit26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch)
tree22f152f92d6c1e9c325583f46278a385ffefd38b /package/sdl
parent67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff)
another round of native compile fixes
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index 277be34b7..742f299cb 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -42,11 +42,14 @@ CONFIGURE_ARGS+= --disable-esd \
--disable-video-opengl \
--with-x
-post-install:
+libsdl-install:
$(INSTALL_DIR) $(IDIR_LIBSDL)/usr/lib
$(CP) ${WRKINST}/usr/lib/libSDL*.so* $(IDIR_LIBSDL)/usr/lib
libsdl-dev-install:
+ $(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/sdl-config \
+ $(IDIR_LIBSDL_DEV)/usr/bin
$(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/include/SDL
$(CP) ${WRKINST}/usr/include/SDL/* $(IDIR_LIBSDL_DEV)/usr/include/SDL