summarylogtreecommitdiffstats
path: root/0001-Do-not-checkout-the-vfs0090-submodule-in-the-meson-s.patch
blob: a2e00e4fa566f98f980d2eb666031a4e142f5d92 (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
diff --git a/meson.build b/meson.build
index 919129f..5f4bd5d 100644
--- a/meson.build
+++ b/meson.build
@@ -160,17 +160,17 @@ foreach driver: drivers
             error('pixman is required for imaging support')
         endif
 
-        git = find_program('git', required: false)
-        if git.found()
-            message('Updating the vfs0090 submodule')
-            c = run_command(git, ['submodule', 'update', '--init', '--recursive'])
-
-            if c.returncode() != 0
-                error('Impossible to update the vfs0090 submodule')
-            endif
-        else
-            message('Ensure you updated the vfs0090 submodule!')
-        endif
+#        git = find_program('git', required: false)
+#        if git.found()
+#            message('Updating the vfs0090 submodule')
+#            c = run_command(git, ['submodule', 'update', '--init', '--recursive'])
+#
+#            if c.returncode() != 0
+#                error('Impossible to update the vfs0090 submodule')
+#            endif
+#        else
+#            message('Ensure you updated the vfs0090 submodule!')
+#        endif
     endif
     if not all_drivers.contains(driver)
         error('Invalid driver \'' + driver + '\'')