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:
committed by
Christian Brabandt
parent
58304078ad
commit
01cde7ff4c
@@ -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
|
||||
|
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1786,
|
||||
/**/
|
||||
1785,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user