0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.1.1786: Compile error with clipboard

Problem:  Compile error with clipboard
          (lacyggoill, after v9.1.1784)
Solution: Add $WAYLAND_SRC as dependency for clipboard.c in Makefile
          (Foxe Chen)

closes: #18375

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Foxe Chen
2025-09-23 18:15:48 +00:00
committed by Christian Brabandt
parent 58304078ad
commit 01cde7ff4c
2 changed files with 3 additions and 1 deletions

View File

@@ -3234,7 +3234,7 @@ objects/cindent.o: cindent.c
objects/clientserver.o: clientserver.c
$(CCC) -o $@ clientserver.c
objects/clipboard.o: clipboard.c
objects/clipboard.o: clipboard.c $(WAYLAND_SRC)
$(CCC) -o $@ clipboard.c
objects/cmdexpand.o: cmdexpand.c

View File

@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1786,
/**/
1785,
/**/