Skip to content

Commit 8fff4c9

Browse files
authored
Add --without-wayland on no GUI. (#81)
1 parent 1bf991a commit 8fff4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_vim.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd "${SRCDIR}"
3636
rm -rf vim
3737
SHADOWDIR=vim make -e shadow
3838
pushd vim
39-
ADDITIONAL_ARG="--without-x --enable-gui=no --enable-fail-if-missing"
39+
ADDITIONAL_ARG="--without-x --enable-gui=no --enable-fail-if-missing --without-wayland"
4040
./configure --with-features=$FEATURES "${CFG_OPTS[@]}" $ADDITIONAL_ARG
4141
make -j$NPROC
4242
popd

0 commit comments

Comments
 (0)