summaryrefslogtreecommitdiff
path: root/package/sdl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-10-08 11:44:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-10-08 11:44:17 +0200
commit4fd5ddcbcb150d6f687f919c2e5ddefe1a804ec9 (patch)
tree20acc2556e264931b3e258c772b3dbe4f475e006 /package/sdl/Makefile
parent9533625f503d4654295ec2e4e1b5387a1fddbe1d (diff)
parentb35c2c31271fbaa05c5839133f623c84324e34b7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sdl/Makefile')
-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