summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-07 21:50:53 +0000
committerdavidovski <david@davidovski.xyz>2021-12-07 21:50:53 +0000
commitb0dd524f77dc4a2654a798f243d58cceb13042db (patch)
tree0e99b82c2e2d44b2974f3bb5557f325920dfc428 /repo
parent1661fbadfbabdf65a90c2a7ae7d7fd865406f4fc (diff)
added vim no gui
Diffstat (limited to 'repo')
-rw-r--r--repo/extra/vim.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/extra/vim.xibuild b/repo/extra/vim.xibuild
index 0723d2a..a6e1baa 100644
--- a/repo/extra/vim.xibuild
+++ b/repo/extra/vim.xibuild
@@ -7,7 +7,7 @@ DESC="Vi Improved"
build () {
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-gtk-check --disable-motif-check --disable-athena-check --disable-gui
make
make DESTDIR=$PKG_DEST install
}