diff options
author | wbx <wbx@openadk.org> | 2011-04-13 16:03:50 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-13 16:03:50 +0200 |
commit | 3900fae30c32f9c931688ed2b13d3a3d9f2152b8 (patch) | |
tree | f4d1f0a25bd599a56e10c085f768bdcb656d52e0 | |
parent | 5175257cd1647a2d57d1099c2581d79c005f1756 (diff) |
add dependency
-rw-r--r-- | package/libXft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXft/Makefile b/package/libXft/Makefile index 89a513cb3..0dff7364b 100644 --- a/package/libXft/Makefile +++ b/package/libXft/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 0a1e129b1d8b2d3905dc02a64255b781 PKG_DESCR:= X FreeType library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= libXrender +PKG_BUILDDEP:= libXrender fontconfig PKG_SITES:= ${MASTER_SITE_XORG} PKG_SUBPKGS:= LIBXFT LIBXFT_DEV |