Skip to content

gtk-demo: Fix building scrolling demo without PangoFT2

Chun-wei Fan requested to merge fix-demos-wo-pangoft2 into master

Hi,

From the commit message:

For builds that do not have PangoFT2, the demo fails to link because we weren't building listview_ucd.c. Fix the build by building listview_ucd.c with script-names.c and unicode-names.c for all builds, as we now require a Pango version that already always depends on HarfBuzz and those sources do not use anything from PangoFT2.

With blessings, thank you!

Merge request reports