We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--without-wayland
1 parent 1bf991a commit 8fff4c9Copy full SHA for 8fff4c9
scripts/build_vim.sh
@@ -36,7 +36,7 @@ cd "${SRCDIR}"
36
rm -rf vim
37
SHADOWDIR=vim make -e shadow
38
pushd vim
39
-ADDITIONAL_ARG="--without-x --enable-gui=no --enable-fail-if-missing"
+ADDITIONAL_ARG="--without-x --enable-gui=no --enable-fail-if-missing --without-wayland"
40
./configure --with-features=$FEATURES "${CFG_OPTS[@]}" $ADDITIONAL_ARG
41
make -j$NPROC
42
popd
0 commit comments