I'm trying to cross compile GDKDFB for a MIPS.
Till pango everything seems ok. But when configure Pango, it reports "Must have at least one backend to build Pango". no backend is found.
I took a look of the Pango configure, it is looking for some functions in cairo libs. e.g. "cairo_surface_write_to_png".
I think I had make the cairo right, with enable-directfb=yes enable-freetype=yes, enable-png=yes. I can even find that cairo_surface_write_to_png in the cairo.so with objdump -sym. But the pango configure just not report it's existance. Where other should I check? Shall I just hack the Pango configure to make it not check cairo at all?

thanks!

steve

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to