]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1786: Compile error with clipboard v9.1.1786
authorFoxe Chen <chen.foxe@gmail.com>
Tue, 23 Sep 2025 18:15:48 +0000 (18:15 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 23 Sep 2025 18:15:48 +0000 (18:15 +0000)
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>
src/Makefile
src/version.c

index b2b7a83b85a9a8fccdb0bf39400661417b19b4dc..c5697a25659381163f1cdb6fc265c0b16a67c502 100644 (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
index 0525c2f3c9627896eec275d78e5261fb1c6cfabb..4de35bef3faa76d3b224bd6a97deb426d40d0059 100644 (file)
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1786,
 /**/
     1785,
 /**/