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