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