From 56139b589249056277583020a3841a3037e66c88 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Feb 21 2020 19:32:32 +0000 Subject: Move use_system_libwebp back out of %if --- diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index bf631ff..f650daa 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -6,12 +6,12 @@ # where qt5-qttools (qt5-doctools) builds are not yet available %global docs 1 -%if 0%{?fedora} > 29 +%if 0%{?fedora} # need libvpx >= 1.8.0 (need commit 297dfd869609d7c3c5cd5faa3ebc7b43a394434e) %global use_system_libvpx 1 +%endif # need libwebp >= 0.6.0 %global use_system_libwebp 1 -%endif # NEON support on ARM (detected at runtime) - disable this if you are hitting # FTBFS due to e.g. GCC bug https://bugzilla.redhat.com/show_bug.cgi?id=1282495