- Switch back to GTK+2 because GTK+3 interface seems to be slower.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=330
This commit is contained in:
Ismail Dönmez 2016-03-10 09:53:08 +00:00 committed by Git OBS Bridge
parent 2aa3e3070b
commit d4df412858
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 10 09:52:43 UTC 2016 - idonmez@suse.com
- Switch back to GTK+2 because GTK+3 interface seems to be slower.
-------------------------------------------------------------------
Wed Mar 9 08:16:44 UTC 2016 - idonmez@suse.com

View File

@ -30,7 +30,7 @@ BuildRequires: db-devel
BuildRequires: fdupes
BuildRequires: gettext-devel
BuildRequires: gpm-devel
BuildRequires: gtk3-devel
BuildRequires: gtk2-devel
%if 0%{?suse_version} > 1200
BuildRequires: pkgconfig(xt)
%endif
@ -194,7 +194,7 @@ export COMMON_OPTIONS="\
export GUI_OPTIONS="\
--enable-xim \
--enable-fontset \
--enable-gui=gtk3"
--enable-gui=gtk2"
pushd src
autoconf