From 2829a16fd67eed62347b4d5aba3c5df73ae11605 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 20 Mar 2019 20:53:25 +0100 Subject: [PATCH] build with gtk3 by default fixes gvim redraw issues in VirtualBox guest and it's high time anyway --- vim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index 1436f14..89ff8ab 100644 --- a/vim.spec +++ b/vim.spec @@ -4,7 +4,7 @@ %bcond_without athena # don't build Athena Widgets-based gvim %bcond_without motif # don't build Motif-based gvim %bcond_without gtk # don't build GTK+-based gvim support -%bcond_with gtk3 # use GTK+ 3.x instead of 2.x +%bcond_without gtk3 # use GTK+ 2.x instead of 3.x %bcond_without gnome # don't build GNOME-based gvim support %bcond_without heavy # don't build heavy (full-featured GNOME-based gvim/vim) %bcond_without gui # don't build any GUI -- 2.44.0