summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-17 14:25:47 -0400
committerB Stack <bgstack15@gmail.com>2019-10-17 14:25:47 -0400
commit840cd8c09945a335e885c90debe82ca972a1bc4c (patch)
tree8c1bfcde58930dbcd56dea5917424b3354174cda
parentwaterfox 2019.10 (diff)
downloadstackrpms-840cd8c09945a335e885c90debe82ca972a1bc4c.tar.gz
stackrpms-840cd8c09945a335e885c90debe82ca972a1bc4c.tar.bz2
stackrpms-840cd8c09945a335e885c90debe82ca972a1bc4c.zip
waterfox: el8 disable system_webp
-rw-r--r--waterfox/waterfox.spec5
1 files 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
bgstack15