[packages/vim] build with gtk3 by default
atler
atler at pld-linux.org
Wed Mar 20 21:28:11 CET 2019
commit 2829a16fd67eed62347b4d5aba3c5df73ae11605
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Mar 20 20:53:25 2019 +0100
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/2829a16fd67eed62347b4d5aba3c5df73ae11605
More information about the pld-cvs-commit
mailing list