From a4486e35c6b934e2e213469e0340bdd48687a4c236924cea2862a13db9fd45c8 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 22 Apr 2020 08:06:16 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=361 --- texlive.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/texlive.spec b/texlive.spec index 172a4db..d2e40f2 100644 --- a/texlive.spec +++ b/texlive.spec @@ -127,9 +127,13 @@ BuildRequires: ghostscript-library BuildRequires: glibc-devel BuildRequires: graphite2-devel BuildRequires: gsl-devel +%if 0%{?suse_version} >= 1550 +BuildRequires: harfbuzz-devel >= 2.6 +%else %if 0%{?sle_version} >= 150200 BuildRequires: harfbuzz-devel >= 2.6 %endif +%endif BuildRequires: jpeg BuildRequires: libOSMesa-devel BuildRequires: libicu-devel @@ -3998,8 +4002,12 @@ fi --with-system-cairo \ --with-system-includes=/usr/include/cairo \ --with-system-mpfr \ +%if 0%{?suse_version} >= 1550 + --with-system-harfbuzz \ +%else %if 0%{?sle_version} >= 150200 --with-system-harfbuzz \ +%endif %endif --with-system-icu \ --with-system-graphite2 \