mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
patch 9.1.1846: Build failure when building without wayland
Problem: Build failure when building without wayland (bennyyip, after v9.1.1844) Solution: Update Makefile dependencies again, remove wayland dependencies for clipboard.c, fixes: #18534 fixes: #18536 fixes: #18537 closes: #18538 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
883
src/Makefile
883
src/Makefile
File diff suppressed because it is too large
Load Diff
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1846,
|
||||
/**/
|
||||
1845,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user