From ca139c4ae830113d853ce6700509fba101cf1003 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 13 Apr 2012 09:54:18 +0200 Subject: [PATCH] Enable building with gtk3 support on RHEL-7 Note I'm not going to do a build with this change, this is to be picked up with the next build. --- spice-gtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index c09f0c9..fefc8a8 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -5,7 +5,7 @@ } %define with_gtk3 0 -%if 0%{?fedora} >= 15 +%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %define with_gtk3 1 %endif