summaryrefslogtreecommitdiff
path: root/package/SDL_ttf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/SDL_ttf/Makefile')
-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