diff options
Diffstat (limited to 'package/xproto/Makefile')
-rw-r--r-- | package/xproto/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/xproto/Makefile b/package/xproto/Makefile index 399c5d89b..8e3cb19f9 100644 --- a/package/xproto/Makefile +++ b/package/xproto/Makefile @@ -18,5 +18,8 @@ $(eval $(call PKG_template,XPROTO,xproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP post-install: ${INSTALL_DIR} ${IDIR_XPROTO}/usr/include ${CP} ${WRKINST}/usr/include/X11 ${IDIR_XPROTO}/usr/include + ${INSTALL_DIR} ${IDIR_XPROTO}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/xproto.pc \ + ${IDIR_XPROTO}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |