>> I have an installation of bzip2. Same is recognized by freetype2
>> configure script (using autoconf test) but not by pkg-config.
Another possibility is that your GNU/Linux distribution doesn't
provide a `bzip2.pc' file. In this case you should create such a file
by yourself and put it into a directory scanned by `pkg-config'.
Attached is an example that you can adapt to your needs.
Werner
prefix=/usr
exec_prefix=/usr
bindir=/usr/bin
libdir=/usr/lib
includedir=/usr/include
Name: bzip2
Description: Lossless, block-sorting data compression
Version: 1.0.5
Libs: -L${libdir} -lbz2
Cflags: -I${includedir}
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel