File: Drop-lsp-deps.patch

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,836 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,532; sed: 16
file content (31 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Chow Loong Jin <hyperair@debian.org>
Date: Fri, 25 Jul 2025 11:43:12 +0800
Subject: Drop lsp/deps

---
 build/lsp.m4    | 1 -
 lsp/Makefile.am | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/build/lsp.m4 b/build/lsp.m4
index 2aaa6da..f594984 100644
--- a/build/lsp.m4
+++ b/build/lsp.m4
@@ -32,7 +32,6 @@ AC_DEFUN([GP_CHECK_LSP],
 
     AC_CONFIG_FILES([
         lsp/Makefile
-        lsp/deps/Makefile
         lsp/src/Makefile
         lsp/data/Makefile
     ])
diff --git a/lsp/Makefile.am b/lsp/Makefile.am
index d04a7a9..60d3a00 100644
--- a/lsp/Makefile.am
+++ b/lsp/Makefile.am
@@ -1,4 +1,4 @@
 include $(top_srcdir)/build/vars.auxfiles.mk
 
-SUBDIRS = deps src data
+SUBDIRS = src data
 plugin = lsp