summaryrefslogtreecommitdiff
path: root/package/kbproto
diff options
context:
space:
mode:
Diffstat (limited to 'package/kbproto')
-rw-r--r--package/kbproto/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kbproto/Makefile b/package/kbproto/Makefile
index 764a3417b..e1bd153f7 100644
--- a/package/kbproto/Makefile
+++ b/package/kbproto/Makefile
@@ -18,5 +18,8 @@ $(eval $(call PKG_template,KBPROTO,kbproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_D
post-install:
${INSTALL_DIR} ${IDIR_KBPROTO}/usr/include
${CP} ${WRKINST}/usr/include/X11 ${IDIR_KBPROTO}/usr/include
+ ${INSTALL_DIR} ${IDIR_KBPROTO}/usr/lib/pkgconfig
+ ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/kbproto.pc \
+ ${IDIR_KBPROTO}/usr/lib/pkgconfig
include ${TOPDIR}/mk/pkg-bottom.mk