[Fedora-i18n-bugs] [eekboard/f14/master] Use gtk2 instead of gtk3.

Daiki Ueno ueno at fedoraproject.org
Tue Mar 8 03:07:50 UTC 2011


commit 8a3ab0a8f2959704ba3e66bacf8cdf73dbbf3476
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Mar 8 12:09:05 2011 +0900

    Use gtk2 instead of gtk3.

 eekboard.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/eekboard.spec b/eekboard.spec
index 5669238..6092171 100644
--- a/eekboard.spec
+++ b/eekboard.spec
@@ -11,7 +11,7 @@ Source1:	%{name}.desktop
 BuildRequires:	libfakekey-devel
 BuildRequires:	libXtst-devel
 #BuildRequires:	clutter-gtk-devel
-BuildRequires:  gtk3-devel
+BuildRequires:  gtk2-devel
 BuildRequires:	libxklavier-devel
 BuildRequires:  GConf2-devel
 BuildRequires:  at-spi-devel
@@ -63,7 +63,7 @@ This package contains the Python language binding of eekboard client library.
 
 
 %build
-%configure --disable-static --with-gtk=3.0
+%configure --disable-static --with-gtk=2.0
 make %{?_smp_mflags}
 
 


More information about the i18n-bugs mailing list