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