summaryrefslogtreecommitdiff
path: root/package/SDL_ttf
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_ttf
parentec84a801803dabb4cd0c7f0083d30e96a1748b77 (diff)
add some development files
Diffstat (limited to 'package/SDL_ttf')
-rw-r--r--package/SDL_ttf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/SDL_ttf/Makefile b/package/SDL_ttf/Makefile
index 020a53502..0afba1946 100644
--- a/package/SDL_ttf/Makefile
+++ b/package/SDL_ttf/Makefile
@@ -30,5 +30,8 @@ libsdl-ttf-install:
libsdl-ttf-dev-install:
$(INSTALL_DIR) $(IDIR_LIBSDL_TTF_DEV)/usr/include
$(CP) $(WRKINST)/usr/include/* $(IDIR_LIBSDL_TTF_DEV)/usr/include
+ $(INSTALL_DIR) $(IDIR_LIBSDL_TTF_DEV)/usr/lib/pkgconfig
+ $(CP) $(WRKINST)/usr/lib/pkgconfig/*.pc \
+ $(IDIR_LIBSDL_TTF_DEV)/usr/lib/pkgconfig
include ${TOPDIR}/mk/pkg-bottom.mk