omit xmlpatterns bits when bootstrapping

This commit is contained in:
Rex Dieter 2016-03-18 12:03:26 -05:00
parent a9f29be8c5
commit f5360a55e3
1 changed files with 2 additions and 0 deletions

View File

@ -36,7 +36,9 @@ Patch2: qtdeclarative-QQuickShaderEffectSource_deadlock.patch
Obsoletes: qt5-qtjsbackend < 5.2.0
BuildRequires: qt5-qtbase-devel >= %{version}
%if ! 0%{?bootstrap}
BuildRequires: pkgconfig(Qt5XmlPatterns)
%endif
BuildRequires: python
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}