]> git.pld-linux.org Git - packages/vim.git/commitdiff
build with gtk3 by default
authorJan Palus <atler@pld-linux.org>
Wed, 20 Mar 2019 19:53:25 +0000 (20:53 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 20 Mar 2019 19:55:17 +0000 (20:55 +0100)
fixes gvim redraw issues in VirtualBox guest and it's high time anyway

vim.spec

index 1436f14a0840ba61abecdd54a2745f1908fbde37..89ff8abf71c2e0acaf08dc05668c6267531a27f9 100644 (file)
--- 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
This page took 0.243781 seconds and 4 git commands to generate.