diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 00:40:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-27 00:40:17 +0100 |
commit | 83e2707a887a4c495a42f7e59f9f332df6b759ab (patch) | |
tree | 2cd3223087c1dded90b86443272ae57d44642b45 /package/libXext | |
parent | 13da73594083f2a491f3b941b1dcdbbef2f67c67 (diff) |
make native builds of x11 apps work
Diffstat (limited to 'package/libXext')
-rw-r--r-- | package/libXext/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libXext/Makefile b/package/libXext/Makefile index a1e1259e2..3763d444f 100644 --- a/package/libXext/Makefile +++ b/package/libXext/Makefile @@ -39,7 +39,5 @@ 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 - ${CP} ${STAGING_DIR}/usr/include/X11/extensions/*.h \ - ${IDIR_LIBXEXT_DEV}/usr/include/X11/extensions include ${TOPDIR}/mk/pkg-bottom.mk |