[spice-gtk] Enable building with gtk3 support on RHEL-7

Hans de Goede jwrdegoede at fedoraproject.org
Fri Apr 13 07:52:48 UTC 2012


commit ca139c4ae830113d853ce6700509fba101cf1003
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Apr 13 09:54:18 2012 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list