From e6796295301250a619e1e3d5f6ece99ecd0b5c96 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 4 Oct 2011 13:14:16 +0200 Subject: add some development files --- package/SDL_ttf/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/SDL_ttf/Makefile') 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 -- cgit v1.2.3