neovim: disable bundled libtermkey

Fixes #6309
This commit is contained in:
Michael Gehring 2017-05-04 08:09:03 +00:00
parent 3f60389db4
commit 271222cc62
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'neovim'
pkgname=neovim
version=0.2.0
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_JEMALLOC=0"
configure_args="-DENABLE_JEMALLOC=0 -DUSE_BUNDLED_LIBTERMKEY=OFF"
hostmakedepends="gperf lua51-lpeg lua51-mpack lua51-BitOp"
makedepends="libtermkey-devel libuv-devel libvterm-devel msgpack-devel"
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"