GNOME Bugzilla – Bug 750892
testfontchooserdialog.c requires pangoft2
Last modified: 2015-07-08 11:03:31 UTC
I have run into this problem when building for OS X, so I'm concerned this may be a OS X specific issue. Anyway, I think pangoft2 is missing in PANGO_PACKAGES. E.g. pango_fc_font_map_set_config, which is used in testfontchooserdialog.c, is defined in pangofc-fontmap.c, which according to Makefile.am is only included in libpangoft2. libpango makes no references to libpangoft2.
There's a bit of confusion. The pango_fc_* is the fontconfig API, not the freetype2 one; neither are needed on MacOS. The test should do a conditional check on Pango or on the platform.
Created attachment 307047 [details] [review] fix build on x11`less wayland platform i send this gtk-devel ML too.
Created attachment 307065 [details] [review] a proper v2 than previous and obsoleted v1
notice: patches not OS X related