omit webengine support on f30+ for now

qtwebengine currently FTBFS
This commit is contained in:
Rex Dieter 2019-02-18 11:15:56 -06:00
parent 08c45c2b24
commit 9b876c8d84

View File

@ -7,7 +7,7 @@
# enable/disable individual modules
# drop power64, it's not supported yet (than)
%if 0%{?fedora} || 0%{?rhel} > 7
%if 0%{?fedora} && 0%{?fedora} < 30
%ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
%global webengine 1
%endif