diff --git a/harfbuzz.changes b/harfbuzz.changes index 9b746b9..b70ac05 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger + +- Re-enable graphite2 support: TexLive relies on this to be + present: + + Pass -Dgraphite=enabled to meson. + + Add pkgconfig(graphite2) BuildRequires. + ------------------------------------------------------------------- Fri Jan 8 20:39:59 UTC 2021 - Bjørn Lie diff --git a/harfbuzz.spec b/harfbuzz.spec index fc5ee3d..e0676e5 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(freetype2) >= 12.0.6 BuildRequires: pkgconfig(glib-2.0) >= 2.19.1 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(graphite2) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(icu-uc) Conflicts: cantarell-fonts < 0.0.23 @@ -101,6 +102,7 @@ This package contains the development files. %build %meson \ -Ddocs=disabled \ + -Dgraphite=enabled \ %{nil} %meson_build