From: Øyvind Kolås Date: Tue, 23 Aug 2022 10:18:32 +0000 (+0200) Subject: meson: remove unneded check: true X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=626a9f5044e02b0360762c1b4ad24eaf412beefc;p=babl.git meson: remove unneded check: true 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. --- diff --git a/meson.build b/meson.build index 8d5fc5e..2d38a8a 100644 --- a/meson.build +++ b/meson.build @@ -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',