archivers/gcab: disable call to git

Reported by:	VVD <vvd@unislabs.com>
This commit is contained in:
Tobias C. Berner 2022-10-15 14:53:17 +02:00
parent 611078fa1c
commit 072b80918f

View file

@ -0,0 +1,11 @@
--- meson.build.orig 2022-10-15 12:50:55 UTC
+++ meson.build
@@ -7,7 +7,7 @@ git = find_program('git', required: false)
git_version = []
git = find_program('git', required: false)
-if git.found()
+if git.found() and false
git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
endif