summaryrefslogtreecommitdiff
path: root/package/libXft
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-13 16:04:25 +0200
committerwbx <wbx@openadk.org>2011-04-13 16:04:25 +0200
commit34bae053f7d0f39277e43892ee91b1c34ad9b3bb (patch)
tree49369cdc42cb7714f6452470a2d8eac01c9a667a /package/libXft
parent6e7785f25acba9d5ee04103655bde205c87a518f (diff)
parent14737aace17a515e3e7c1f05187909c26a5b1406 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXft')
-rw-r--r--package/libXft/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libXft/Makefile b/package/libXft/Makefile
index 0dff7364b..b412fa882 100644
--- a/package/libXft/Makefile
+++ b/package/libXft/Makefile
@@ -22,8 +22,6 @@ $(eval $(call PKG_template,LIBXFT,libxft,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP
$(eval $(call PKG_template,LIBXFT_DEV,libxft-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBXFT_DEV},${PKGSC_LIBXFT_DEV}))
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
-CONFIGURE_ARGS+= --disable-malloc0returnsnull \
- --disable-install-makestrs
libxft-install:
${INSTALL_DIR} ${IDIR_LIBXFT}/usr/lib
@@ -32,5 +30,8 @@ libxft-install:
libxft-dev-install:
${INSTALL_DIR} ${IDIR_LIBXFT_DEV}/usr/include
${CP} ${WRKINST}/usr/include/* ${IDIR_LIBXFT_DEV}/usr/include
+ ${INSTALL_DIR} ${IDIR_LIBXFT_DEV}/usr/lib/pkgconfig
+ $(CP) ${WRKINST}/usr/lib/pkgconfig/*.pc \
+ ${IDIR_LIBXFT_DEV}/usr/lib/pkgconfig
include ${TOPDIR}/mk/pkg-bottom.mk