patch 9.1.1786: Compile error with clipboard

Commit: 
https://github.com/vim/vim/commit/01cde7ff4c771f08edec72d3492d8a56a2b0f73b
Author: Foxe Chen <[email protected]>
Date:   Tue Sep 23 18:15:48 2025 +0000

    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 <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

diff --git a/src/Makefile b/src/Makefile
index b2b7a83b8..c5697a256 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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
diff --git a/src/version.c b/src/version.c
index 0525c2f3c..4de35bef3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1786,
 /**/
     1785,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/E1v17mB-0077rO-QL%40256bit.org.

Raspunde prin e-mail lui