- 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:
parent
2aa3e3070b
commit
d4df412858
@ -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
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user