]> git.donarmstrong.com Git - lilypond.git/commit
Issue 5147: Add whether to use OTF feature depending on Pango version
authorMasamichi Hosoda <trueroad@trueroad.jp>
Tue, 13 Jun 2017 12:16:45 +0000 (21:16 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 19 Jun 2017 14:54:02 +0000 (23:54 +0900)
commitf75eceb27a4b630d4e898b1d93e3b051f969ff5e
treef6d3de7170815019b0c870ab3de19b011e8d52f2
parent8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239
Issue 5147: Add whether to use OTF feature depending on Pango version

Issue 1388 requires Pango 1.38+ for using OpenType font feature.
However, LilyDev 4.1 has Pango 1.36.8.
So it cannot compile Issue 1388.

This commit makes LilyPond can be configured
without OpenType font feature if Pango is old.
Therefore, LilyPond become to be able to compile
even by LilyDev 4.1 that has old Pango.

However, the binary that compiled by LilyDev 4.1
cannot use OpenType font feature.
It is required Pango 1.38+ if you'd like to use the feature.
aclocal.m4
config.hh.in
configure.ac
lily/pango-font.cc