diff options
Diffstat (limited to 'libraries/gcab/fix-gcab-options.patch')
-rw-r--r-- | libraries/gcab/fix-gcab-options.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/gcab/fix-gcab-options.patch b/libraries/gcab/fix-gcab-options.patch index cbc92048ca00e..5f95ce5db13f2 100644 --- a/libraries/gcab/fix-gcab-options.patch +++ b/libraries/gcab/fix-gcab-options.patch @@ -12,7 +12,7 @@ index 6241904..275d5f5 100644 static void zfree (voidpf opaque, voidpf address) diff --git a/meson.build b/meson.build -index 15fd5cd..05e162c 100644 +index ec02cdc..38d1a19 100644 --- a/meson.build +++ b/meson.build @@ -6,10 +6,6 @@ project('gcab', 'c', @@ -21,8 +21,8 @@ index 15fd5cd..05e162c 100644 git_version = [] -git = find_program('git', required: false) -if git.found() -- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-') +- git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: false).stdout().strip().split('-') -endif # libtool versioning - lt_current = 2 + lt_current = 3 |