Fix the RHEL conditional (this time for sure)
This commit is contained in:
parent
490d6dee0e
commit
ce78aa8621
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user