From 043985cdc8b5ef06d65d8b8d91fee7f4c5aeb07b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mar 19 2018 17:10:38 +0000 Subject: Fix the RHEL conditional --- diff --git a/cairo.spec b/cairo.spec index 23f7ba4..e70f649 100644 --- a/cairo.spec +++ b/cairo.spec @@ -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