freetype: fixed pkg-config and libtool files.

to use package links as described by Ingo.
* added devel packages requirements for libpng, zlib, bzip2
This commit is contained in:
Jerome Duval
2014-09-22 22:13:41 +00:00
parent dd83f38203
commit d0ef852764
19 changed files with 48 additions and 1273 deletions

View File

@@ -11,7 +11,7 @@ CHECKSUM_SHA256="fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b5
REVISION="4"
LICENSE="Boost v1.0"
COPYRIGHT="1998-2013 Beman Dawes, David Abrahams, Rene Rivera, et al."
ARCHITECTURES="x86 ?x86_64"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
else