summarylogtreecommitdiffstats
path: root/0001-remove-git-commands-from-build.patch
blob: bb181e90d690ed0e36f1a67e5b4351bcb27e2db3 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
From a01b4e0c43656d2b5db3e6f725b28517e25d3100 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=A9clairevoyant?=
 <848000+eclairevoyant@users.noreply.github.com>
Date: Mon, 26 Jun 2023 14:11:04 -0400
Subject: [PATCH] remove git commands from build

---
 meson.build | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/meson.build b/meson.build
index 5253f52..f6b93c7 100644
--- a/meson.build
+++ b/meson.build
@@ -28,24 +28,6 @@ run_command(
 )
 
 
-# Get protocol extensions
-git = find_program('git')
-run_command(
-	git,
-	'submodule',
-	'add',
-	'https://github.com/swaywm/wlr-protocols.git',
-	'wlr-protocols/'
-)
-run_command(
-	git,
-	'submodule',
-	'update',
-	'--init',
-	'--recursive'
-)
-
-
 # Run wayland-scanner
 wayland_scanner = find_program('wayland-scanner')
 run_command(
-- 
2.41.0