diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:21:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 14:21:25 +0100 |
commit | 27537f0ac386cd2d869a73d2c4d432be2dffb9eb (patch) | |
tree | 8d0d6a6026aa6c0a7b5bbd777ef9ed65f916fa78 /package/libXext/Makefile | |
parent | 1dbfbd6e0c5c2738f2f8d3b9b8ff0a3a9dc4e529 (diff) | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
resolve xterm Makefile conflict
Diffstat (limited to 'package/libXext/Makefile')
-rw-r--r-- | package/libXext/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/libXext/Makefile b/package/libXext/Makefile index 64fec7852..6caddfc93 100644 --- a/package/libXext/Makefile +++ b/package/libXext/Makefile @@ -27,7 +27,7 @@ $(eval $(call PKG_template,LIBXEXT_DEV,libxext-dev,$(PKG_VERSION)-${PKG_RELEASE} CONFIGURE_ARGS+= --disable-malloc0returnsnull -post-install: +libxext-install: ${INSTALL_DIR} ${IDIR_LIBXEXT}/usr/lib ${CP} ${WRKINST}/usr/lib/libXext.so* ${IDIR_LIBXEXT}/usr/lib/ @@ -35,5 +35,8 @@ libxext-dev-install: ${INSTALL_DIR} ${IDIR_LIBXEXT_DEV}/usr/include/X11/extensions ${CP} ${WRKINST}/usr/include/X11/extensions/*.h \ ${IDIR_LIBXEXT_DEV}/usr/include/X11/extensions + ${INSTALL_DIR} ${IDIR_LIBXEXT_DEV}/usr/lib/pkgconfig + ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/xext.pc \ + ${IDIR_LIBXEXT_DEV}/usr/lib/pkgconfig include ${TOPDIR}/mk/pkg-bottom.mk |