summaryrefslogtreecommitdiff
path: root/package/sdl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-04 13:14:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-04 13:14:16 +0200
commite6796295301250a619e1e3d5f6ece99ecd0b5c96 (patch)
tree2599f0f607814b8481e369aa9dccd6e7b6074e9f /package/sdl
parentec84a801803dabb4cd0c7f0083d30e96a1748b77 (diff)
add some development files
Diffstat (limited to 'package/sdl')
-rw-r--r--package/sdl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sdl/Makefile b/package/sdl/Makefile
index d36b9d55b..f911ee0f7 100644
--- a/package/sdl/Makefile
+++ b/package/sdl/Makefile
@@ -54,5 +54,7 @@ libsdl-dev-install:
$(IDIR_LIBSDL_DEV)/usr/bin
$(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/include/SDL
$(CP) ${WRKINST}/usr/include/SDL/* $(IDIR_LIBSDL_DEV)/usr/include/SDL
+ $(INSTALL_DIR) $(IDIR_LIBSDL_DEV)/usr/lib/pkgconfig
+ $(CP) ${WRKINST}/usr/lib/pkgconfig/*.pc $(IDIR_LIBSDL_DEV)/usr/lib/pkgconfig
include ${TOPDIR}/mk/pkg-bottom.mk