Accepting request 862868 from GNOME:Next

- Re-enable graphite2 support: TexLive relies on this to be
  present:
  + Pass -Dgraphite=enabled to meson.
  + Add pkgconfig(graphite2) BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/862868
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=185
This commit is contained in:
Dominique Leuenberger 2021-01-14 18:27:39 +00:00 committed by Git OBS Bridge
parent 984ab96e58
commit b401d2be18
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 13 12:03:09 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

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