Enable Gtk3 for rawhide

This commit is contained in:
Martin Stransky 2014-11-03 16:51:35 +01:00
parent a7a53b8d23
commit b03fff9d71
1 changed files with 4 additions and 0 deletions

View File

@ -11,7 +11,11 @@
%endif
# Build for Gtk3?
%if 0%{?fedora} <= 21
%define toolkit_gtk3 0
%else
%define toolkit_gtk3 1
%endif
# Use system cairo?
%define system_cairo 0