From 56139b589249056277583020a3841a3037e66c88 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 21 Feb 2020 11:32:32 -0800 Subject: [PATCH] Move use_system_libwebp back out of %if --- qt5-qtwebengine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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