Fix the RHEL conditional

This commit is contained in:
Adam Jackson 2018-03-19 13:10:38 -04:00
parent 523dfd6b91
commit 043985cdc8

View File

@ -2,7 +2,7 @@
%define freetype_version 2.1.9
%define fontconfig_version 2.2.95
%if 0%{?fedora} < 27 || 0%{?rhel}
%if 0%{?fedora} < 27 || 0%{?rhel} <= 7
%global cairogl --enable-gl
%global with_gl 1
%else