Skip to content

Commit d17f350

Browse files
committed
meson: update wraps to latest
Fixes build failure in check if libsubunit is available.
1 parent e4097df commit d17f350

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

meson.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ endif
9090
if get_option('tests')
9191
check = dependency(
9292
'check',
93-
default_options : [
94-
'warning_level=0',
95-
],
9693
fallback : ['check', 'check_dep'],
9794
version : '>=0.9.6',
9895
)

subprojects/check.wrap

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ directory = check-0.15.2
33
source_url = https://github.com/libcheck/check/archive/0.15.2.tar.gz
44
source_filename = check-0.15.2.tar.gz
55
source_hash = 998d355294bb94072f40584272cf4424571c396c631620ce463f6ea97aa67d2e
6-
patch_filename = check_0.15.2-4_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/check_0.15.2-4/get_patch
8-
patch_hash = 3e998eb0c475613e890c9e006420fb6da5dcee27aa2ba3f331f9253648691743
9-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/check_0.15.2-4/check-0.15.2.tar.gz
10-
wrapdb_version = 0.15.2-4
6+
source_fallback_url = https://wrapdb.mesonbuild.com/v2/check_0.15.2-6/get_source/check-0.15.2.tar.gz
7+
patch_filename = check_0.15.2-6_patch.zip
8+
patch_url = https://wrapdb.mesonbuild.com/v2/check_0.15.2-6/get_patch
9+
patch_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/check_0.15.2-6/check_0.15.2-6_patch.zip
10+
patch_hash = ff3bebb5801fae479ab3686d95f91a77b572751eb891d9b9804933e8b9da94eb
11+
wrapdb_version = 0.15.2-6
1112

1213
[provide]
13-
check = check_dep
14+
dependency_names = check

subprojects/uthash.wrap

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ directory = uthash-2.3.0
33
source_url = https://github.com/troydhanson/uthash/archive/v2.3.0.tar.gz
44
source_filename = uthash-2.3.0.tar.gz
55
source_hash = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
6-
patch_filename = uthash_2.3.0-1_patch.zip
7-
patch_url = https://wrapdb.mesonbuild.com/v2/uthash_2.3.0-1/get_patch
8-
patch_hash = d0b7cf9788c3735ee6a08bb649c58be1f5fad4b95e50e7681cbdf44882da9d7e
6+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/uthash_2.3.0-2/uthash-2.3.0.tar.gz
7+
patch_filename = uthash_2.3.0-2_patch.zip
8+
patch_url = https://wrapdb.mesonbuild.com/v2/uthash_2.3.0-2/get_patch
9+
patch_hash = d66806488ebd37246a160f62779e3eb3259b8cd35a978f7499daa0390923cd99
10+
wrapdb_version = 2.3.0-2
911

1012
[provide]
11-
uthash = uthash_dep
12-
13+
dependency_names = uthash

0 commit comments

Comments
 (0)