Skip to content

font chooser widget: Add missing build flags

Sutou Kouhei requested to merge kou/gtk:gtk-3-24-fix-link-error into gtk-3-24

If we detect HarfBuzz and PangoFT2, GtkFontChooserWidget uses them. So we need to add CFLAGS and LIBS of them to GTK_DEP_CFLAGS/LIBS. If we don't add them, MinGW build fails to link.

Merge request reports