aboutsummaryrefslogtreecommitdiffstats
path: root/community/babl/git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/babl/git.patch')
-rw-r--r--community/babl/git.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/babl/git.patch b/community/babl/git.patch
new file mode 100644
index 00000000000..2004d163508
--- /dev/null
+++ b/community/babl/git.patch
@@ -0,0 +1,13 @@
+diff --git a/meson.build b/meson.build
+index 01510c4..36d67bb 100644
+--- a/meson.build
++++ b/meson.build
+@@ -447,7 +447,7 @@ configure_file(
+ # updated. If git is not available, don't do anything if git-version.h
+ # already exists because then we are probably working with a tarball
+ # in which case the git-version.h we ship is correct.
+-if git_bin.found() and run_command(
++if false and git_bin.found() and run_command(
+ git_bin,
+ 'rev-parse',
+ '--is-inside-work-tree',