changeset 832:f1dc1bbc7afc

editors/vim: remove ghost dependency of gpm
author David Demelier <markand@malikania.fr>
date Sat, 24 Aug 2019 12:40:05 +0200
parents ae55d9077f70
children e58397f458a8
files editors/vim/vim.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/editors/vim/vim.sh	Fri Aug 23 08:24:47 2019 +0200
+++ b/editors/vim/vim.sh	Sat Aug 24 12:40:05 2019 +0200
@@ -31,7 +31,7 @@
 : ${LDFLAGS:=}
 : ${LIBS:=}
 : ${ACL:=yes}
-: ${GPM:=yes}
+: ${GPM:=no}            # TODO: set to yes once gpm is there.
 : ${GTK:=yes}
 : ${LIBCANBERRA:=no}
 : ${MULTIBYTE:=yes}