Use the bundled harfbuzz-ng for < F31

Needed because of the hb_subset_input_set_retain_gids(), that's only
available in harbuzz 2.4 that's only in F31+
This commit is contained in:
Tomas Popela 2019-09-13 15:00:03 +02:00
parent 9c8a63d90f
commit 122b526421
1 changed files with 3 additions and 3 deletions

View File

@ -133,9 +133,9 @@ BuildRequires: libicu-devel >= 5.4
%global bundlefontconfig 0
%endif
# Needs at least harfbuzz 2.3.0 now.
# 2019-03-13
%if 0%{?fedora} < 30
# Needs at least harfbuzz 2.4.0 now.
# 2019-09-13
%if 0%{?fedora} < 31
%global bundleharfbuzz 1
%else
%global bundleharfbuzz 0