From 0d179f3863c3cb7e71da28b9bd1ec9108d4523de Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 24 Jan 2020 15:13:48 -0800 Subject: [PATCH] woff2-devel is not in RHEL8. Do not use the system version for RHEL8. --- qt5-qtwebkit.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index c53e4d4..679155d 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -31,7 +31,9 @@ BuildRequires: bison BuildRequires: cmake BuildRequires: flex BuildRequires: pkgconfig(fontconfig) +%if 0%{?rhel} != 8 BuildRequires: pkgconfig(libwoff2dec) +%endif BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: gperf