meson: remove unneded check: true
authorØyvind Kolås <pippin@gimp.org>
Tue, 23 Aug 2022 10:18:32 +0000 (12:18 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 23 Aug 2022 10:27:05 +0000 (12:27 +0200)
This check meant to check if we are in a git checkout or a tarball
caused failures when building from tarballs. Hopefully fixing issue #77.

meson.build

index 8d5fc5eb853ec8c21cbc7a9957515b0c1aea732d..2d38a8a3081b35bc2cd273847765b6b49aefe0e1 100644 (file)
@@ -451,7 +451,6 @@ if git_bin.found() and run_command(
     git_bin,
     'rev-parse',
     '--is-inside-work-tree',
-    check: true,
 ).returncode() == 0
   git_version_h = vcs_tag(
     input : 'git-version.h.in',