diff options
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 5 |
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 |