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