[cairo] Problems to compile cairo with pango support

Dave Yeo dave.r.yeo at gmail.com
Wed Oct 7 00:41:11 UTC 2020


On 10/06/20 05:27 PM, alexandre schenberg wrote:
> Hi. No idea about the reasons behind it, but when I use PKG_CONFIG_PATH
> to point to the pc files of the required dependencies of Pango, it works
> for some, and it doesn't for others. If there is a way to investigate
> the reasons behind it, I will gladly do so

Run pkg-config --help for usage, and then run various options to narrow 
it down.
Example,
 >pkg-config --libs pango
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lintl
 >pkg-config --cflags pango
-pthread -I/@unixroot/usr/include/pango-1.0 
-I/@unixroot/usr/include/glib-2.0 -I/@unixroot/usr/lib/glib-2.0/include
Dave


More information about the cairo mailing list