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.
This commit is contained in:
Hans de Goede 2012-04-13 09:54:18 +02:00
parent 481dce9f6d
commit ca139c4ae8

View File

@ -5,7 +5,7 @@
}
%define with_gtk3 0
%if 0%{?fedora} >= 15
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
%define with_gtk3 1
%endif