From 840cd8c09945a335e885c90debe82ca972a1bc4c Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 17 Oct 2019 14:25:47 -0400 Subject: waterfox: el8 disable system_webp --- waterfox/waterfox.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 808d8bd..3f85188 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -141,8 +141,6 @@ ExcludeArch: armv7hl %global system_nss 0 %global system_hunspell 0 %global system_libevent 0 -%global system_webp 0 -%global system_vorbis 0 %global system_sqlite 0 %global system_libvpx 0 %global build_stylo 0 @@ -152,7 +150,8 @@ ExcludeArch: armv7hl BuildRequires: %{scl_buildreq} %endif %endif -%if 0%{?rhel} >= 8 +%if 0%{?rhel} >= 7 +%global system_webp 0 %global system_vorbis 0 %endif -- cgit