Fix the RHEL conditional (this time for sure)

This commit is contained in:
Adam Jackson 2018-03-23 13:06:00 -04:00
parent 490d6dee0e
commit ce78aa8621

View File

@ -2,11 +2,11 @@
%define freetype_version 2.1.9
%define fontconfig_version 2.2.95
%if 0%{?fedora} < 27 || 0%{?rhel} <= 7
%if 0%{?fedora} > 26 || 0%{?rhel} > 7
%global cairogl --disable-gl
%else
%global cairogl --enable-gl
%global with_gl 1
%else
%global cairogl --disable-gl
%endif
Name: cairo