freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Problem in ftinspect compilation


From: Werner LEMBERG
Subject: Re: [ft-devel] Problem in ftinspect compilation
Date: Wed, 03 Oct 2018 22:28:55 +0200 (CEST)

>> 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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]