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