summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-18 21:28:10 -0500
committerB Stack <bgstack15@gmail.com>2019-12-18 21:28:10 -0500
commit29aecbb378d8e8235f56d89bb1889d5dcf56bca3 (patch)
treee3c0440e0e01fd6334dd57321a149b601da34e48 /waterfox
parentWIP: waterfox rpm disable lto and pgo (diff)
downloadstackrpms-29aecbb378d8e8235f56d89bb1889d5dcf56bca3.tar.gz
stackrpms-29aecbb378d8e8235f56d89bb1889d5dcf56bca3.tar.bz2
stackrpms-29aecbb378d8e8235f56d89bb1889d5dcf56bca3.zip
WIP: waterfox rpm use system libvpx in all cases
I think this is the only change between fc<30 that works and fc>=30.
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 44887dc..41a98b0 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -28,11 +28,7 @@ ExcludeArch: armv7hl
%global system_cairo 0
%global system_harfbuzz 1
# libvpx is too new for Waterfox 56
-%if 0%{?fedora} < 30
%global system_libvpx 1
-%else
-%global system_libvpx 0
-%endif
%global system_webp 1
%global system_libicu 0
%global system_jpeg 1
bgstack15