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