Don't build w/ mono and qt support on RHEL

This commit is contained in:
Michal Sekletar 2018-03-19 15:14:07 +01:00
parent 9ef23a0cbb
commit f8afe3fbbd

View File

@ -7,11 +7,15 @@
%ifnarch %{mono_arches}
%define WITH_MONO 0
%endif
%if 0%{?rhel} && 0%{?rhel} <= 7
%if 0%{?rhel}
%define WITH_MONO 0
%endif
%if 0%{?rhel} && 0%{?rhel} >= 6
%define WITH_QT4 0
%if 0%{?rhel} >= 6
%define WITH_QT4 0
%endif
%if 0%{?rhel} > 7
%define WITH_QT3 0
%endif
%endif
# http://bugzilla.redhat.com/1008395 - no hardened build