From 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Feb 2011 23:39:17 +0100 Subject: another round of native compile fixes --- package/sdl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/sdl/Makefile') 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 -- cgit v1.2.3