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+
epel8
Tomas Popela 5 years ago
parent f36acf4bdb
commit 0c379302f5

@ -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

Loading…
Cancel
Save