From 29aecbb378d8e8235f56d89bb1889d5dcf56bca3 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Dec 2019 21:28:10 -0500 Subject: WIP: waterfox rpm use system libvpx in all cases I think this is the only change between fc<30 that works and fc>=30. --- waterfox/waterfox.spec | 4 ---- 1 file changed, 4 deletions(-) (limited to 'waterfox') 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 -- cgit