Correct the cairo build dependency for el5

This commit is contained in:
Nathan Scott 2014-12-01 16:11:32 +11:00
parent 3bbc1a0c39
commit 902c9e3fe1

View File

@ -28,7 +28,11 @@ Source1: pcp-webjs.src.tar.gz
%endif
%define disable_microhttpd 0
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
%define disable_cairo 0
%else
%define disable_cairo 1
%endif
%if 0%{?rhel} == 0 || 0%{?rhel} > 6
%define disable_python3 0
%else